Html Css Color HEX #EE9A14 Gamboge

📋 copy color: '#EE9A14'

red 238 ◦ green 154 ◦ blue 20

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

Shades of Gamboge #EE9A14

Tints of Gamboge #EE9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 20 (8.2% from 255) = 4.85%

R = 57.77%
G = 37.38%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9A14 (or 0xEE9A14) is known color: Gamboge. HEX triplet: EE, 9A and 14. RGB value is (238,154,20). Sum of RGB (Red+Green+Blue) = 238+154+20=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A14 is #1165EB. Grayscale: #A4A4A4. Windows color (decimal): -1140204 or 1350382. OLE color: 1350382.

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

Color convert

RGB 238 154 20 -
CMYK 0 0.35 0.92 0.07
HSL 36.88º 0.87% 0.51% -
HSV(B) 36.88º 0.92% 0.93% -
XYZ 46.94 41.34 6.17 -
YUV 163.84 46.83 180.9 -
System Red Green Blue C M Y K H S L
Decimal 238 154 20 0 0.35 0.92 0.07 36.88 0.87 0.51
Hex EE 9A 14 0 23 5C 7 25 57 33
Octal 356 232 24 0 43 134 7 45 127 63
Binary 11101110 10011010 10100 0 100011 1011100 111 100101 1010111 110011

Color Harmonies of #EE9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A14

Black with #EE9A14

Text Example


Text Example

White with #EE9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A14; }

 p { color: rgb(238,154,20); }

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

background-color css

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

 a { background-color: rgb(238,154,20); }

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

border-color css

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

 span { border-color: rgb(238,154,20); }

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