Html Css Color HEX #EEAA40 Tulip Tree

📋 copy color: '#EEAA40'

red 238 ◦ green 170 ◦ blue 64

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

Shades of Tulip Tree #EEAA40

Tints of Tulip Tree #EEAA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 64 (25.39% from 255) = 13.56%

R = 50.42%
G = 36.02%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEAA40 (or 0xEEAA40) is known color: Tulip Tree. HEX triplet: EE, AA and 40. RGB value is (238,170,64). Sum of RGB (Red+Green+Blue) = 238+170+64=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA40 is #1155BF. Grayscale: #B2B2B2. Windows color (decimal): -1136064 or 4238062. OLE color: 4238062.

HSL color Cylindrical-coordinate representation of color #EEAA40: hue angle of 36.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEAA40 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 170 64 -
CMYK 0 0.29 0.73 0.07
HSL 36.55º 0.84% 0.59% -
HSV(B) 36.55º 0.73% 0.93% -
XYZ 50.56 47.3 11.31 -
YUV 178.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 238 170 64 0 0.29 0.73 0.07 36.55 0.84 0.59
Hex EE AA 40 0 1D 49 7 25 54 3B
Octal 356 252 100 0 35 111 7 45 124 73
Binary 11101110 10101010 1000000 0 11101 1001001 111 100101 1010100 111011

Color Harmonies of #EEAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA40

Black with #EEAA40

Text Example


Text Example

White with #EEAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA40; }

 p { color: rgb(238,170,64); }

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

background-color css

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

 a { background-color: rgb(238,170,64); }

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

border-color css

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

 span { border-color: rgb(238,170,64); }

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