Html Css Color HEX #EE9C05 Gamboge

📋 copy color: '#EE9C05'

red 238 ◦ green 156 ◦ blue 5

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

Shades of Gamboge #EE9C05

Tints of Gamboge #EE9C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 59.65%
G = 39.1%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE9C05 (or 0xEE9C05) is known color: Gamboge. HEX triplet: EE, 9C and 05. RGB value is (238,156,5). Sum of RGB (Red+Green+Blue) = 238+156+5=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C05 is #1163FA. Grayscale: #A3A3A3. Windows color (decimal): -1139707 or 367854. OLE color: 367854.

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

Color convert

RGB 238 156 5 -
CMYK 0 0.34 0.98 0.07
HSL 38.88º 0.96% 0.48% -
HSV(B) 38.88º 0.98% 0.93% -
XYZ 47.18 41.97 5.76 -
YUV 163.3 38.67 181.28 -
System Red Green Blue C M Y K H S L
Decimal 238 156 5 0 0.34 0.98 0.07 38.88 0.96 0.48
Hex EE 9C 5 0 22 62 7 27 60 30
Octal 356 234 5 0 42 142 7 47 140 60
Binary 11101110 10011100 101 0 100010 1100010 111 100111 1100000 110000

Color Harmonies of #EE9C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C05

Black with #EE9C05

Text Example


Text Example

White with #EE9C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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