Html Css Color HEX #EE9D15 Gamboge

📋 copy color: '#EE9D15'

red 238 ◦ green 157 ◦ blue 21

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

Shades of Gamboge #EE9D15

Tints of Gamboge #EE9D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 57.21%
G = 37.74%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE9D15 (or 0xEE9D15) is known color: Gamboge. HEX triplet: EE, 9D and 15. RGB value is (238,157,21). Sum of RGB (Red+Green+Blue) = 238+157+21=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9D15 is #1162EA. Grayscale: #A6A6A6. Windows color (decimal): -1139435 or 1416686. OLE color: 1416686.

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

Color convert

RGB 238 157 21 -
CMYK 0 0.34 0.91 0.07
HSL 37.6º 0.86% 0.51% -
HSV(B) 37.6º 0.91% 0.93% -
XYZ 47.45 42.35 6.38 -
YUV 165.72 46.34 179.56 -
System Red Green Blue C M Y K H S L
Decimal 238 157 21 0 0.34 0.91 0.07 37.6 0.86 0.51
Hex EE 9D 15 0 22 5B 7 26 56 33
Octal 356 235 25 0 42 133 7 46 126 63
Binary 11101110 10011101 10101 0 100010 1011011 111 100110 1010110 110011

Color Harmonies of #EE9D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9D15

Black with #EE9D15

Text Example


Text Example

White with #EE9D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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