Html Css Color HEX #EEA00F Gamboge

📋 copy color: '#EEA00F'

red 238 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #EEA00F

Tints of Gamboge #EEA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 57.63%
G = 38.74%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEA00F (or 0xEEA00F) is known color: Gamboge. HEX triplet: EE, A0 and 0F. RGB value is (238,160,15). Sum of RGB (Red+Green+Blue) = 238+160+15=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA00F is #115FF0. Grayscale: #A7A7A7. Windows color (decimal): -1138673 or 1024238. OLE color: 1024238.

HSL color Cylindrical-coordinate representation of color #EEA00F: hue angle of 39.01º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEA00F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 15 -
CMYK 0 0.33 0.94 0.07
HSL 39.01º 0.88% 0.5% -
HSV(B) 39.01º 0.94% 0.93% -
XYZ 47.92 43.35 6.29 -
YUV 166.79 42.34 178.79 -
System Red Green Blue C M Y K H S L
Decimal 238 160 15 0 0.33 0.94 0.07 39.01 0.88 0.5
Hex EE A0 F 0 21 5E 7 27 58 32
Octal 356 240 17 0 41 136 7 47 130 62
Binary 11101110 10100000 1111 0 100001 1011110 111 100111 1011000 110010

Color Harmonies of #EEA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA00F

Black with #EEA00F

Text Example


Text Example

White with #EEA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA00F; }

 p { color: rgb(238,160,15); }

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

background-color css

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

 a { background-color: rgb(238,160,15); }

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

border-color css

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

 span { border-color: rgb(238,160,15); }

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