Html Css Color HEX #EE9708 Gamboge

📋 copy color: '#EE9708'

red 238 ◦ green 151 ◦ blue 8

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

Shades of Gamboge #EE9708

Tints of Gamboge #EE9708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 59.95%
G = 38.04%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE9708 (or 0xEE9708) is known color: Gamboge. HEX triplet: EE, 97 and 08. RGB value is (238,151,8). Sum of RGB (Red+Green+Blue) = 238+151+8=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9708 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9708 is #1168F7. Grayscale: #A1A1A1. Windows color (decimal): -1140984 or 563182. OLE color: 563182.

HSL color Cylindrical-coordinate representation of color #EE9708: hue angle of 37.3º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE9708 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 151 8 -
CMYK 0 0.37 0.97 0.07
HSL 37.3º 0.93% 0.48% -
HSV(B) 37.3º 0.97% 0.93% -
XYZ 46.37 40.33 5.57 -
YUV 160.71 41.82 183.13 -
System Red Green Blue C M Y K H S L
Decimal 238 151 8 0 0.37 0.97 0.07 37.3 0.93 0.48
Hex EE 97 8 0 25 61 7 25 5D 30
Octal 356 227 10 0 45 141 7 45 135 60
Binary 11101110 10010111 1000 0 100101 1100001 111 100101 1011101 110000

Color Harmonies of #EE9708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9708

Black with #EE9708

Text Example


Text Example

White with #EE9708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9708; }

 p { color: rgb(238,151,8); }

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

background-color css

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

 a { background-color: rgb(238,151,8); }

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

border-color css

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

 span { border-color: rgb(238,151,8); }

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