Html Css Color HEX #EEA20A Gamboge

📋 copy color: '#EEA20A'

red 238 ◦ green 162 ◦ blue 10

#EEA20A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EEA20A

Tints of Gamboge #EEA20A

RGB

 RED value IS 238 (93.36% from 255) = 58.05%

 GREEN value IS 162 (63.67% from 255) = 39.51%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 58.05%
G = 39.51%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA20A (or 0xEEA20A) is known color: Gamboge. HEX triplet: EE, A2 and 0A. RGB value is (238,162,10). Sum of RGB (Red+Green+Blue) = 238+162+10=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA20A is #115DF5. Grayscale: #A8A8A8. Windows color (decimal): -1138166 or 697070. OLE color: 697070.

HSL color Cylindrical-coordinate representation of color #EEA20A: hue angle of 40º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEA20A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 10 -
CMYK 0 0.32 0.96 0.07
HSL 40º 0.92% 0.49% -
HSV(B) 40º 0.96% 0.93% -
XYZ 48.24 44.04 6.25 -
YUV 167.4 39.18 178.36 -
System Red Green Blue C M Y K H S L
Decimal 238 162 10 0 0.32 0.96 0.07 40 0.92 0.49
Hex EE A2 A 0 20 60 7 28 5C 31
Octal 356 242 12 0 40 140 7 50 134 61
Binary 11101110 10100010 1010 0 100000 1100000 111 101000 1011100 110001

Color Harmonies of #EEA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA20A

Black with #EEA20A

Text Example


Text Example

White with #EEA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA20A; }

 p { color: rgb(238,162,10); }

 H1.HeaderClassName
 {
   color: #EEA20A;
 }
 .AnyTagClassName
 {
   color: #EEA20A;
 }
</style>

background-color css

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

 a { background-color: rgb(238,162,10); }

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

border-color css

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

 span { border-color: rgb(238,162,10); }

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