Html Css Color HEX #EE9D14 Gamboge

📋 copy color: '#EE9D14'

red 238 ◦ green 157 ◦ blue 20

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

Shades of Gamboge #EE9D14

Tints of Gamboge #EE9D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

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

R = 57.35%
G = 37.83%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9D14 (or 0xEE9D14) is known color: Gamboge. HEX triplet: EE, 9D and 14. RGB value is (238,157,20). Sum of RGB (Red+Green+Blue) = 238+157+20=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9D14 is #1162EB. Grayscale: #A6A6A6. Windows color (decimal): -1139436 or 1351150. OLE color: 1351150.

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

Color convert

RGB 238 157 20 -
CMYK 0 0.34 0.92 0.07
HSL 37.71º 0.87% 0.51% -
HSV(B) 37.71º 0.92% 0.93% -
XYZ 47.44 42.34 6.33 -
YUV 165.6 45.84 179.64 -
System Red Green Blue C M Y K H S L
Decimal 238 157 20 0 0.34 0.92 0.07 37.71 0.87 0.51
Hex EE 9D 14 0 22 5C 7 26 57 33
Octal 356 235 24 0 42 134 7 46 127 63
Binary 11101110 10011101 10100 0 100010 1011100 111 100110 1010111 110011

Color Harmonies of #EE9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9D14

Black with #EE9D14

Text Example


Text Example

White with #EE9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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