Html Css Color HEX #EEA80D Gamboge

📋 copy color: '#EEA80D'

red 238 ◦ green 168 ◦ blue 13

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

Shades of Gamboge #EEA80D

Tints of Gamboge #EEA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 56.8%
G = 40.1%
B = 3.1%

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

#EEA80D (or 0xEEA80D) is known color: Gamboge. HEX triplet: EE, A8 and 0D. RGB value is (238,168,13). Sum of RGB (Red+Green+Blue) = 238+168+13=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA80D is #1157F2. Grayscale: #ABABAB. Windows color (decimal): -1136627 or 895214. OLE color: 895214.

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

Color convert

RGB 238 168 13 -
CMYK 0 0.29 0.95 0.07
HSL 41.33º 0.9% 0.49% -
HSV(B) 41.33º 0.95% 0.93% -
XYZ 49.34 46.21 6.7 -
YUV 171.26 38.69 175.6 -
System Red Green Blue C M Y K H S L
Decimal 238 168 13 0 0.29 0.95 0.07 41.33 0.9 0.49
Hex EE A8 D 0 1D 5F 7 29 5A 31
Octal 356 250 15 0 35 137 7 51 132 61
Binary 11101110 10101000 1101 0 11101 1011111 111 101001 1011010 110001

Color Harmonies of #EEA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA80D

Black with #EEA80D

Text Example


Text Example

White with #EEA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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