Html Css Color HEX #EE9F15 Gamboge

📋 copy color: '#EE9F15'

red 238 ◦ green 159 ◦ blue 21

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

Shades of Gamboge #EE9F15

Tints of Gamboge #EE9F15

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

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

R = 56.94%
G = 38.04%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE9F15 (or 0xEE9F15) is known color: Gamboge. HEX triplet: EE, 9F and 15. RGB value is (238,159,21). Sum of RGB (Red+Green+Blue) = 238+159+21=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9F15 is #1160EA. Grayscale: #A7A7A7. Windows color (decimal): -1138923 or 1417198. OLE color: 1417198.

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

Color convert

RGB 238 159 21 -
CMYK 0 0.33 0.91 0.07
HSL 38.16º 0.86% 0.51% -
HSV(B) 38.16º 0.91% 0.93% -
XYZ 47.79 43.03 6.5 -
YUV 166.89 45.67 178.72 -
System Red Green Blue C M Y K H S L
Decimal 238 159 21 0 0.33 0.91 0.07 38.16 0.86 0.51
Hex EE 9F 15 0 21 5B 7 26 56 33
Octal 356 237 25 0 41 133 7 46 126 63
Binary 11101110 10011111 10101 0 100001 1011011 111 100110 1010110 110011

Color Harmonies of #EE9F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9F15

Black with #EE9F15

Text Example


Text Example

White with #EE9F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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