Html Css Color HEX #EE9D13 Gamboge

📋 copy color: '#EE9D13'

red 238 ◦ green 157 ◦ blue 19

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

Shades of Gamboge #EE9D13

Tints of Gamboge #EE9D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 57.49%
G = 37.92%
B = 4.59%

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

#EE9D13 (or 0xEE9D13) is known color: Gamboge. HEX triplet: EE, 9D and 13. RGB value is (238,157,19). Sum of RGB (Red+Green+Blue) = 238+157+19=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9D13 is #1162EC. Grayscale: #A6A6A6. Windows color (decimal): -1139437 or 1285614. OLE color: 1285614.

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

Color convert

RGB 238 157 19 -
CMYK 0 0.34 0.92 0.07
HSL 37.81º 0.87% 0.5% -
HSV(B) 37.81º 0.92% 0.93% -
XYZ 47.43 42.34 6.29 -
YUV 165.49 45.34 179.72 -
System Red Green Blue C M Y K H S L
Decimal 238 157 19 0 0.34 0.92 0.07 37.81 0.87 0.5
Hex EE 9D 13 0 22 5C 7 26 57 32
Octal 356 235 23 0 42 134 7 46 127 62
Binary 11101110 10011101 10011 0 100010 1011100 111 100110 1010111 110010

Color Harmonies of #EE9D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9D13

Black with #EE9D13

Text Example


Text Example

White with #EE9D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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