Html Css Color HEX #E1A548 Tulip Tree

📋 copy color: '#E1A548'

red 225 ◦ green 165 ◦ blue 72

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

Shades of Tulip Tree #E1A548

Tints of Tulip Tree #E1A548

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

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

 BLUE value IS 72 (28.52% from 255) = 15.58%

R = 48.7%
G = 35.71%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1A548 (or 0xE1A548) is known color: Tulip Tree. HEX triplet: E1, A5 and 48. RGB value is (225,165,72). Sum of RGB (Red+Green+Blue) = 225+165+72=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A548 is #1E5AB7. Grayscale: #ACACAC. Windows color (decimal): -1989304 or 4761057. OLE color: 4761057.

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

Color convert

RGB 225 165 72 -
CMYK 0 0.27 0.68 0.12
HSL 36.47º 0.72% 0.58% -
HSV(B) 36.47º 0.68% 0.88% -
XYZ 45.68 43.39 12.1 -
YUV 172.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 225 165 72 0 0.27 0.68 0.12 36.47 0.72 0.58
Hex E1 A5 48 0 1B 44 C 24 48 3A
Octal 341 245 110 0 33 104 14 44 110 72
Binary 11100001 10100101 1001000 0 11011 1000100 1100 100100 1001000 111010

Color Harmonies of #E1A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A548

Black with #E1A548

Text Example


Text Example

White with #E1A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A548; }

 p { color: rgb(225,165,72); }

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

background-color css

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

 a { background-color: rgb(225,165,72); }

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

border-color css

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

 span { border-color: rgb(225,165,72); }

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