Html Css Color HEX #EEA80C Gamboge

📋 copy color: '#EEA80C'

red 238 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #EEA80C

Tints of Gamboge #EEA80C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 56.94%
G = 40.19%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA80C (or 0xEEA80C) is known color: Gamboge. HEX triplet: EE, A8 and 0C. RGB value is (238,168,12). Sum of RGB (Red+Green+Blue) = 238+168+12=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA80C is #1157F3. Grayscale: #ABABAB. Windows color (decimal): -1136628 or 829678. OLE color: 829678.

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

Color convert

RGB 238 168 12 -
CMYK 0 0.29 0.95 0.07
HSL 41.42º 0.9% 0.49% -
HSV(B) 41.42º 0.95% 0.93% -
XYZ 49.33 46.21 6.67 -
YUV 171.15 38.19 175.68 -
System Red Green Blue C M Y K H S L
Decimal 238 168 12 0 0.29 0.95 0.07 41.42 0.9 0.49
Hex EE A8 C 0 1D 5F 7 29 5A 31
Octal 356 250 14 0 35 137 7 51 132 61
Binary 11101110 10101000 1100 0 11101 1011111 111 101001 1011010 110001

Color Harmonies of #EEA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA80C

Black with #EEA80C

Text Example


Text Example

White with #EEA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA80C; }

 p { color: rgb(238,168,12); }

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

background-color css

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

 a { background-color: rgb(238,168,12); }

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

border-color css

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

 span { border-color: rgb(238,168,12); }

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