Html Css Color HEX #EE9916 Gamboge

📋 copy color: '#EE9916'

red 238 ◦ green 153 ◦ blue 22

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

Shades of Gamboge #EE9916

Tints of Gamboge #EE9916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 57.63%
G = 37.05%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE9916 (or 0xEE9916) is known color: Gamboge. HEX triplet: EE, 99 and 16. RGB value is (238,153,22). Sum of RGB (Red+Green+Blue) = 238+153+22=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9916 is #1166E9. Grayscale: #A4A4A4. Windows color (decimal): -1140458 or 1481198. OLE color: 1481198.

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

Color convert

RGB 238 153 22 -
CMYK 0 0.36 0.91 0.07
HSL 36.39º 0.86% 0.51% -
HSV(B) 36.39º 0.91% 0.93% -
XYZ 46.8 41.02 6.21 -
YUV 163.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 238 153 22 0 0.36 0.91 0.07 36.39 0.86 0.51
Hex EE 99 16 0 24 5B 7 24 56 33
Octal 356 231 26 0 44 133 7 44 126 63
Binary 11101110 10011001 10110 0 100100 1011011 111 100100 1010110 110011

Color Harmonies of #EE9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9916

Black with #EE9916

Text Example


Text Example

White with #EE9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9916; }

 p { color: rgb(238,153,22); }

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

background-color css

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

 a { background-color: rgb(238,153,22); }

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

border-color css

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

 span { border-color: rgb(238,153,22); }

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