Html Css Color HEX #EE9C0A Gamboge

📋 copy color: '#EE9C0A'

red 238 ◦ green 156 ◦ blue 10

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

Shades of Gamboge #EE9C0A

Tints of Gamboge #EE9C0A

RGB

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

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

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

R = 58.91%
G = 38.61%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE9C0A (or 0xEE9C0A) is known color: Gamboge. HEX triplet: EE, 9C and 0A. RGB value is (238,156,10). Sum of RGB (Red+Green+Blue) = 238+156+10=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C0A is #1163F5. Grayscale: #A4A4A4. Windows color (decimal): -1139702 or 695534. OLE color: 695534.

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

Color convert

RGB 238 156 10 -
CMYK 0 0.34 0.96 0.07
HSL 38.42º 0.92% 0.49% -
HSV(B) 38.42º 0.96% 0.93% -
XYZ 47.2 41.98 5.9 -
YUV 163.87 41.17 180.87 -
System Red Green Blue C M Y K H S L
Decimal 238 156 10 0 0.34 0.96 0.07 38.42 0.92 0.49
Hex EE 9C A 0 22 60 7 26 5C 31
Octal 356 234 12 0 42 140 7 46 134 61
Binary 11101110 10011100 1010 0 100010 1100000 111 100110 1011100 110001

Color Harmonies of #EE9C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C0A

Black with #EE9C0A

Text Example


Text Example

White with #EE9C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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