Html Css Color HEX #EEA80A Gamboge

📋 copy color: '#EEA80A'

red 238 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #EEA80A

Tints of Gamboge #EEA80A

RGB

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

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

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

R = 57.21%
G = 40.38%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA80A (or 0xEEA80A) is known color: Gamboge. HEX triplet: EE, A8 and 0A. RGB value is (238,168,10). Sum of RGB (Red+Green+Blue) = 238+168+10=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA80A is #1157F5. Grayscale: #ABABAB. Windows color (decimal): -1136630 or 698606. OLE color: 698606.

HSL color Cylindrical-coordinate representation of color #EEA80A: hue angle of 41.58º 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 #EEA80A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 10 -
CMYK 0 0.29 0.96 0.07
HSL 41.58º 0.92% 0.49% -
HSV(B) 41.58º 0.96% 0.93% -
XYZ 49.32 46.2 6.61 -
YUV 170.92 37.19 175.85 -
System Red Green Blue C M Y K H S L
Decimal 238 168 10 0 0.29 0.96 0.07 41.58 0.92 0.49
Hex EE A8 A 0 1D 60 7 2A 5C 31
Octal 356 250 12 0 35 140 7 52 134 61
Binary 11101110 10101000 1010 0 11101 1100000 111 101010 1011100 110001

Color Harmonies of #EEA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA80A

Black with #EEA80A

Text Example


Text Example

White with #EEA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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