#EEA61A

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

Shades of Gamboge #EEA61A

Tints of Gamboge #EEA61A

Color information

#EEA61A (or 0xEEA61A) is unknown color: approx Gamboge. HEX triplet: EE, A6 and 1A. RGB value is (238,166,26). Sum of RGB (Red+Green+Blue) = 238+166+26=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA61A is #1159E5. Grayscale: #ACACAC. Windows color (decimal): -1137126 or 1746670. OLE color: 1746670.

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

Color convert

RGB23816626-
CMYK00.300.890.07
HSL39.62º86.18%51.76%-
HSV(B)39.62º89.08%93.33%-
XYZ49.0845.527.18-
YUV171.5745.85175.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 26 (10.55% from 255) = 6.05%
R=55.35%
G=38.60%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381662600.300.890.0739.6286.1851.76
HexEEA61A01E597285634
Octal3562463203613175012664
Binary11101110101001101101001111010110011111010001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA61A; }

 p { color: rgb(238,166,26); }

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

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

 a { background-color: rgb(238,166,26); }

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

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

 span { border-color: rgb(238,166,26); }

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