Html Css Color HEX #EE9816 Gamboge

📋 copy color: '#EE9816'

red 238 ◦ green 152 ◦ blue 22

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

Shades of Gamboge #EE9816

Tints of Gamboge #EE9816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

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

R = 57.77%
G = 36.89%
B = 5.34%

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

#EE9816 (or 0xEE9816) is known color: Gamboge. HEX triplet: EE, 98 and 16. RGB value is (238,152,22). Sum of RGB (Red+Green+Blue) = 238+152+22=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9816 is #1167E9. Grayscale: #A3A3A3. Windows color (decimal): -1140714 or 1480942. OLE color: 1480942.

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

Color convert

RGB 238 152 22 -
CMYK 0 0.36 0.91 0.07
HSL 36.11º 0.86% 0.51% -
HSV(B) 36.11º 0.91% 0.93% -
XYZ 46.63 40.69 6.16 -
YUV 162.89 48.49 181.57 -
System Red Green Blue C M Y K H S L
Decimal 238 152 22 0 0.36 0.91 0.07 36.11 0.86 0.51
Hex EE 98 16 0 24 5B 7 24 56 33
Octal 356 230 26 0 44 133 7 44 126 63
Binary 11101110 10011000 10110 0 100100 1011011 111 100100 1010110 110011

Color Harmonies of #EE9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9816

Black with #EE9816

Text Example


Text Example

White with #EE9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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