#efa005

Color #EFA005 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #EFA005

Tints of Gamboge #EFA005

Color information

#EFA005 (or 0xEFA005) is unknown color: approx Gamboge. HEX triplet: EF, A0 and 05. RGB value is (239,160,5). Sum of RGB (Red+Green+Blue) = 239+160+5=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA005 is #105FFA. Grayscale: #A6A6A6. Windows color (decimal): -1073147 or 368879. OLE color: 368879.

HSL color Cylindrical-coordinate representation of color #EFA005: hue angle of 39.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFA005 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB2391605-
CMYK00.330.980.06
HSL39.74º95.9%47.84%-
HSV(B)39.74º97.91%93.73%-
XYZ48.1943.56-
YUV165.9537.17180.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 59.16%
GREEN value IS 160 (62.89% from 255) = 39.60%
BLUE value IS 5 (2.34% from 255) = 1.24%
R=59.16%
G=39.60%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239160500.330.980.0639.7495.947.84
HexEFA05021626286030
Octal357240504114265014060
Binary1110111110100000101010000111000101101010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa005; }

 p { color: rgb(239,160,5); }

 H1.HeaderClassName
 {
   color: #efa005;
 }
 .AnyTagClassName
 {
   color: #efa005;
 }
</style>
background-color css

<style>
 a { background-color: #efa005; }

 a { background-color: rgb(239,160,5); }

 div.DivClassName
 {
   background-color: #efa005;
 }
 .BgClassName
 {
   background-color: #efa005;
 }
</style>
border-color css

<style>
 span { border-color: #efa005; }

 span { border-color: rgb(239,160,5); }

 td.TdClassName
 {
   border-color: #efa005;
 }
 .TagClassName
 {
   border-color: #efa005;
 }
</style>