Html Css Color HEX #E5AA42 Tulip Tree

📋 copy color: '#E5AA42'

red 229 ◦ green 170 ◦ blue 66

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

Shades of Tulip Tree #E5AA42

Tints of Tulip Tree #E5AA42

RGB

 RED value IS 229 (89.84% from 255) = 49.25%

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

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 49.25%
G = 36.56%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5AA42 (or 0xE5AA42) is known color: Tulip Tree. HEX triplet: E5, AA and 42. RGB value is (229,170,66). Sum of RGB (Red+Green+Blue) = 229+170+66=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA42 is #1A55BD. Grayscale: #B0B0B0. Windows color (decimal): -1725886 or 4369125. OLE color: 4369125.

HSL color Cylindrical-coordinate representation of color #E5AA42: hue angle of 38.28º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5AA42 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 66 -
CMYK 0 0.26 0.71 0.10
HSL 38.28º 0.76% 0.58% -
HSV(B) 38.28º 0.71% 0.9% -
XYZ 47.67 45.8 11.48 -
YUV 175.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 229 170 66 0 0.26 0.71 0.10 38.28 0.76 0.58
Hex E5 AA 42 0 1A 47 A 26 4C 3A
Octal 345 252 102 0 32 107 12 46 114 72
Binary 11100101 10101010 1000010 0 11010 1000111 1010 100110 1001100 111010

Color Harmonies of #E5AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA42

Black with #E5AA42

Text Example


Text Example

White with #E5AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA42; }

 p { color: rgb(229,170,66); }

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

background-color css

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

 a { background-color: rgb(229,170,66); }

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

border-color css

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

 span { border-color: rgb(229,170,66); }

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