#EFA418

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

Shades of Gamboge #EFA418

Tints of Gamboge #EFA418

Color information

#EFA418 (or 0xEFA418) is unknown color: approx Gamboge. HEX triplet: EF, A4 and 18. RGB value is (239,164,24). Sum of RGB (Red+Green+Blue) = 239+164+24=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA418 is #105BE7. Grayscale: #ABABAB. Windows color (decimal): -1072104 or 1615087. OLE color: 1615087.

HSL color Cylindrical-coordinate representation of color #EFA418: hue angle of 39.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA418 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB23916424-
CMYK00.310.900.06
HSL39.07º87.04%51.57%-
HSV(B)39.07º89.96%93.73%-
XYZ49.0444.976.96-
YUV170.4645.35176.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.97%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 24 (9.77% from 255) = 5.62%
R=55.97%
G=38.41%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391642400.310.900.0639.0787.0451.57
HexEFA41801F5A6275734
Octal3572443003713264712764
Binary11101111101001001100001111110110101101001111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA418; }

 p { color: rgb(239,164,24); }

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

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

 a { background-color: rgb(239,164,24); }

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

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

 span { border-color: rgb(239,164,24); }

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