Html Css Color HEX #EE9A00 Gamboge

📋 copy color: '#EE9A00'

red 238 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #EE9A00

Tints of Gamboge #EE9A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.71%
G = 39.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE9A00 (or 0xEE9A00) is known color: Gamboge. HEX triplet: EE, 9A and 00. RGB value is (238,154,0). Sum of RGB (Red+Green+Blue) = 238+154+0=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A00 is #1165FF. Grayscale: #A2A2A2. Windows color (decimal): -1140224 or 39662. OLE color: 39662.

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

Color convert

RGB 238 154 0 -
CMYK 0 0.35 1 0.07
HSL 38.82º 1% 0.47% -
HSV(B) 38.82º 1% 0.93% -
XYZ 46.82 41.29 5.5 -
YUV 161.56 36.83 182.52 -
System Red Green Blue C M Y K H S L
Decimal 238 154 0 0 0.35 1 0.07 38.82 1 0.47
Hex EE 9A 0 0 23 64 7 27 64 2F
Octal 356 232 0 0 43 144 7 47 144 57
Binary 11101110 10011010 0 0 100011 1100100 111 100111 1100100 101111

Color Harmonies of #EE9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A00

Black with #EE9A00

Text Example


Text Example

White with #EE9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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