Html Css Color HEX #EE9E14 Gamboge

📋 copy color: '#EE9E14'

red 238 ◦ green 158 ◦ blue 20

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

Shades of Gamboge #EE9E14

Tints of Gamboge #EE9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 57.21%
G = 37.98%
B = 4.81%

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

#EE9E14 (or 0xEE9E14) is known color: Gamboge. HEX triplet: EE, 9E and 14. RGB value is (238,158,20). Sum of RGB (Red+Green+Blue) = 238+158+20=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9E14 is #1161EB. Grayscale: #A6A6A6. Windows color (decimal): -1139180 or 1351406. OLE color: 1351406.

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

Color convert

RGB 238 158 20 -
CMYK 0 0.34 0.92 0.07
HSL 37.98º 0.87% 0.51% -
HSV(B) 37.98º 0.92% 0.93% -
XYZ 47.61 42.68 6.39 -
YUV 166.19 45.5 179.22 -
System Red Green Blue C M Y K H S L
Decimal 238 158 20 0 0.34 0.92 0.07 37.98 0.87 0.51
Hex EE 9E 14 0 22 5C 7 26 57 33
Octal 356 236 24 0 42 134 7 46 127 63
Binary 11101110 10011110 10100 0 100010 1011100 111 100110 1010111 110011

Color Harmonies of #EE9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9E14

Black with #EE9E14

Text Example


Text Example

White with #EE9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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