#EEA41E

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

Shades of Gamboge #EEA41E

Tints of Gamboge #EEA41E

Color information

#EEA41E (or 0xEEA41E) is unknown color: approx Gamboge. HEX triplet: EE, A4 and 1E. RGB value is (238,164,30). Sum of RGB (Red+Green+Blue) = 238+164+30=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA41E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA41E is #115BE1. Grayscale: #ABABAB. Windows color (decimal): -1137634 or 2008302. OLE color: 2008302.

HSL color Cylindrical-coordinate representation of color #EEA41E: hue angle of 38.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEA41E is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB23816430-
CMYK00.310.870.07
HSL38.65º85.95%52.55%-
HSV(B)38.65º87.39%93.33%-
XYZ48.7744.827.31-
YUV170.8548.52175.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.09%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 30 (12.11% from 255) = 6.94%
R=55.09%
G=37.96%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381643000.310.870.0738.6585.9552.55
HexEEA41E01F577275635
Octal3562443603712774712665
Binary11101110101001001111001111110101111111001111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA41E; }

 p { color: rgb(238,164,30); }

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

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

 a { background-color: rgb(238,164,30); }

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

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

 span { border-color: rgb(238,164,30); }

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