Html Css Color HEX #E0A542 Tulip Tree

📋 copy color: '#E0A542'

red 224 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #E0A542

Tints of Tulip Tree #E0A542

RGB

 RED value IS 224 (87.89% from 255) = 49.23%

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 49.23%
G = 36.26%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E0A542 (or 0xE0A542) is known color: Tulip Tree. HEX triplet: E0, A5 and 42. RGB value is (224,165,66). Sum of RGB (Red+Green+Blue) = 224+165+66=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A542 is #1F5ABD. Grayscale: #ABABAB. Windows color (decimal): -2054846 or 4367840. OLE color: 4367840.

HSL color Cylindrical-coordinate representation of color #E0A542: hue angle of 37.59º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0A542 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 66 -
CMYK 0 0.26 0.71 0.12
HSL 37.59º 0.72% 0.57% -
HSV(B) 37.59º 0.71% 0.88% -
XYZ 45.18 43.15 11.1 -
YUV 171.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 224 165 66 0 0.26 0.71 0.12 37.59 0.72 0.57
Hex E0 A5 42 0 1A 47 C 26 48 39
Octal 340 245 102 0 32 107 14 46 110 71
Binary 11100000 10100101 1000010 0 11010 1000111 1100 100110 1001000 111001

Color Harmonies of #E0A542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A542

Black with #E0A542

Text Example


Text Example

White with #E0A542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A542; }

 p { color: rgb(224,165,66); }

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

background-color css

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

 a { background-color: rgb(224,165,66); }

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

border-color css

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

 span { border-color: rgb(224,165,66); }

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