Html Css Color HEX #EE9A04 Gamboge

📋 copy color: '#EE9A04'

red 238 ◦ green 154 ◦ blue 4

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

Shades of Gamboge #EE9A04

Tints of Gamboge #EE9A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 60.1%
G = 38.89%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE9A04 (or 0xEE9A04) is known color: Gamboge. HEX triplet: EE, 9A and 04. RGB value is (238,154,4). Sum of RGB (Red+Green+Blue) = 238+154+4=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A04 is #1165FB. Grayscale: #A2A2A2. Windows color (decimal): -1140220 or 301806. OLE color: 301806.

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

Color convert

RGB 238 154 4 -
CMYK 0 0.35 0.98 0.07
HSL 38.46º 0.97% 0.47% -
HSV(B) 38.46º 0.98% 0.93% -
XYZ 46.84 41.3 5.62 -
YUV 162.02 38.83 182.2 -
System Red Green Blue C M Y K H S L
Decimal 238 154 4 0 0.35 0.98 0.07 38.46 0.97 0.47
Hex EE 9A 4 0 23 62 7 26 61 2F
Octal 356 232 4 0 43 142 7 46 141 57
Binary 11101110 10011010 100 0 100011 1100010 111 100110 1100001 101111

Color Harmonies of #EE9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A04

Black with #EE9A04

Text Example


Text Example

White with #EE9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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