Html Css Color HEX #EE9C12 Gamboge

📋 copy color: '#EE9C12'

red 238 ◦ green 156 ◦ blue 18

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

Shades of Gamboge #EE9C12

Tints of Gamboge #EE9C12

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

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

R = 57.77%
G = 37.86%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9C12 (or 0xEE9C12) is known color: Gamboge. HEX triplet: EE, 9C and 12. RGB value is (238,156,18). Sum of RGB (Red+Green+Blue) = 238+156+18=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C12 is #1163ED. Grayscale: #A5A5A5. Windows color (decimal): -1139694 or 1219822. OLE color: 1219822.

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

Color convert

RGB 238 156 18 -
CMYK 0 0.34 0.92 0.07
HSL 37.64º 0.87% 0.5% -
HSV(B) 37.64º 0.92% 0.93% -
XYZ 47.26 42 6.19 -
YUV 164.79 45.17 180.22 -
System Red Green Blue C M Y K H S L
Decimal 238 156 18 0 0.34 0.92 0.07 37.64 0.87 0.5
Hex EE 9C 12 0 22 5C 7 26 57 32
Octal 356 234 22 0 42 134 7 46 127 62
Binary 11101110 10011100 10010 0 100010 1011100 111 100110 1010111 110010

Color Harmonies of #EE9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C12

Black with #EE9C12

Text Example


Text Example

White with #EE9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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