Html Css Color HEX #EE9412 Gamboge

📋 copy color: '#EE9412'

red 238 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #EE9412

Tints of Gamboge #EE9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 58.91%
G = 36.63%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9412 (or 0xEE9412) is known color: Gamboge. HEX triplet: EE, 94 and 12. RGB value is (238,148,18). Sum of RGB (Red+Green+Blue) = 238+148+18=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9412 is #116BED. Grayscale: #A0A0A0. Windows color (decimal): -1141742 or 1217774. OLE color: 1217774.

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

Color convert

RGB 238 148 18 -
CMYK 0 0.38 0.92 0.07
HSL 35.45º 0.87% 0.5% -
HSV(B) 35.45º 0.92% 0.93% -
XYZ 45.96 39.4 5.76 -
YUV 160.09 47.82 183.57 -
System Red Green Blue C M Y K H S L
Decimal 238 148 18 0 0.38 0.92 0.07 35.45 0.87 0.5
Hex EE 94 12 0 26 5C 7 23 57 32
Octal 356 224 22 0 46 134 7 43 127 62
Binary 11101110 10010100 10010 0 100110 1011100 111 100011 1010111 110010

Color Harmonies of #EE9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9412

Black with #EE9412

Text Example


Text Example

White with #EE9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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