Html Css Color HEX #E1AF49 Tulip Tree

📋 copy color: '#E1AF49'

red 225 ◦ green 175 ◦ blue 73

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

Shades of Tulip Tree #E1AF49

Tints of Tulip Tree #E1AF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 73 (28.91% from 255) = 15.43%

R = 47.57%
G = 37%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1AF49 (or 0xE1AF49) is known color: Tulip Tree. HEX triplet: E1, AF and 49. RGB value is (225,175,73). Sum of RGB (Red+Green+Blue) = 225+175+73=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF49 is #1E50B6. Grayscale: #B2B2B2. Windows color (decimal): -1986743 or 4829153. OLE color: 4829153.

HSL color Cylindrical-coordinate representation of color #E1AF49: hue angle of 40.26º 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 #E1AF49 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 73 -
CMYK 0 0.22 0.68 0.12
HSL 40.26º 0.72% 0.58% -
HSV(B) 40.26º 0.68% 0.88% -
XYZ 47.58 47.15 12.9 -
YUV 178.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 225 175 73 0 0.22 0.68 0.12 40.26 0.72 0.58
Hex E1 AF 49 0 16 44 C 28 48 3A
Octal 341 257 111 0 26 104 14 50 110 72
Binary 11100001 10101111 1001001 0 10110 1000100 1100 101000 1001000 111010

Color Harmonies of #E1AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF49

Black with #E1AF49

Text Example


Text Example

White with #E1AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF49; }

 p { color: rgb(225,175,73); }

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

background-color css

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

 a { background-color: rgb(225,175,73); }

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

border-color css

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

 span { border-color: rgb(225,175,73); }

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