Html Css Color HEX #EE9310 Gamboge

📋 copy color: '#EE9310'

red 238 ◦ green 147 ◦ blue 16

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

Shades of Gamboge #EE9310

Tints of Gamboge #EE9310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 59.35%
G = 36.66%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE9310 (or 0xEE9310) is known color: Gamboge. HEX triplet: EE, 93 and 10. RGB value is (238,147,16). Sum of RGB (Red+Green+Blue) = 238+147+16=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9310 is #116CEF. Grayscale: #9F9F9F. Windows color (decimal): -1142000 or 1086446. OLE color: 1086446.

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

Color convert

RGB 238 147 16 -
CMYK 0 0.38 0.93 0.07
HSL 35.41º 0.87% 0.5% -
HSV(B) 35.41º 0.93% 0.93% -
XYZ 45.79 39.08 5.62 -
YUV 159.28 47.15 184.15 -
System Red Green Blue C M Y K H S L
Decimal 238 147 16 0 0.38 0.93 0.07 35.41 0.87 0.5
Hex EE 93 10 0 26 5D 7 23 57 32
Octal 356 223 20 0 46 135 7 43 127 62
Binary 11101110 10010011 10000 0 100110 1011101 111 100011 1010111 110010

Color Harmonies of #EE9310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9310

Black with #EE9310

Text Example


Text Example

White with #EE9310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9310; }

 p { color: rgb(238,147,16); }

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

background-color css

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

 a { background-color: rgb(238,147,16); }

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

border-color css

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

 span { border-color: rgb(238,147,16); }

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