Html Css Color HEX #E2A540 Tulip Tree

📋 copy color: '#E2A540'

red 226 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #E2A540

Tints of Tulip Tree #E2A540

RGB

 RED value IS 226 (88.67% from 255) = 49.67%

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

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

R = 49.67%
G = 36.26%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2A540 (or 0xE2A540) is known color: Tulip Tree. HEX triplet: E2, A5 and 40. RGB value is (226,165,64). Sum of RGB (Red+Green+Blue) = 226+165+64=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A540 is #1D5ABF. Grayscale: #ACACAC. Windows color (decimal): -1923776 or 4236770. OLE color: 4236770.

HSL color Cylindrical-coordinate representation of color #E2A540: hue angle of 37.41º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2A540 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 165 64 -
CMYK 0 0.27 0.72 0.11
HSL 37.41º 0.74% 0.57% -
HSV(B) 37.41º 0.72% 0.89% -
XYZ 45.74 43.45 10.83 -
YUV 171.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 226 165 64 0 0.27 0.72 0.11 37.41 0.74 0.57
Hex E2 A5 40 0 1B 48 B 25 4A 39
Octal 342 245 100 0 33 110 13 45 112 71
Binary 11100010 10100101 1000000 0 11011 1001000 1011 100101 1001010 111001

Color Harmonies of #E2A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A540

Black with #E2A540

Text Example


Text Example

White with #E2A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A540; }

 p { color: rgb(226,165,64); }

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

background-color css

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

 a { background-color: rgb(226,165,64); }

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

border-color css

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

 span { border-color: rgb(226,165,64); }

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