Html Css Color HEX #EE9912 Gamboge

📋 copy color: '#EE9912'

red 238 ◦ green 153 ◦ blue 18

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

Shades of Gamboge #EE9912

Tints of Gamboge #EE9912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 58.19%
G = 37.41%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9912 (or 0xEE9912) is known color: Gamboge. HEX triplet: EE, 99 and 12. RGB value is (238,153,18). Sum of RGB (Red+Green+Blue) = 238+153+18=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9912 is #1166ED. Grayscale: #A3A3A3. Windows color (decimal): -1140462 or 1219054. OLE color: 1219054.

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

Color convert

RGB 238 153 18 -
CMYK 0 0.36 0.92 0.07
HSL 36.82º 0.87% 0.5% -
HSV(B) 36.82º 0.92% 0.93% -
XYZ 46.76 41 6.02 -
YUV 163.03 46.16 181.48 -
System Red Green Blue C M Y K H S L
Decimal 238 153 18 0 0.36 0.92 0.07 36.82 0.87 0.5
Hex EE 99 12 0 24 5C 7 25 57 32
Octal 356 231 22 0 44 134 7 45 127 62
Binary 11101110 10011001 10010 0 100100 1011100 111 100101 1010111 110010

Color Harmonies of #EE9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9912

Black with #EE9912

Text Example


Text Example

White with #EE9912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9912; }

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

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

background-color css

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

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

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

border-color css

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

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

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