Html Css Color HEX #EE9A0A Gamboge

📋 copy color: '#EE9A0A'

red 238 ◦ green 154 ◦ blue 10

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

Shades of Gamboge #EE9A0A

Tints of Gamboge #EE9A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 59.2%
G = 38.31%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE9A0A (or 0xEE9A0A) is known color: Gamboge. HEX triplet: EE, 9A and 0A. RGB value is (238,154,10). Sum of RGB (Red+Green+Blue) = 238+154+10=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A0A is #1165F5. Grayscale: #A3A3A3. Windows color (decimal): -1140214 or 695022. OLE color: 695022.

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

Color convert

RGB 238 154 10 -
CMYK 0 0.35 0.96 0.07
HSL 37.89º 0.92% 0.49% -
HSV(B) 37.89º 0.96% 0.93% -
XYZ 46.87 41.31 5.79 -
YUV 162.7 41.83 181.71 -
System Red Green Blue C M Y K H S L
Decimal 238 154 10 0 0.35 0.96 0.07 37.89 0.92 0.49
Hex EE 9A A 0 23 60 7 26 5C 31
Octal 356 232 12 0 43 140 7 46 134 61
Binary 11101110 10011010 1010 0 100011 1100000 111 100110 1011100 110001

Color Harmonies of #EE9A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A0A

Black with #EE9A0A

Text Example


Text Example

White with #EE9A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A0A; }

 p { color: rgb(238,154,10); }

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

background-color css

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

 a { background-color: rgb(238,154,10); }

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

border-color css

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

 span { border-color: rgb(238,154,10); }

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