Html Css Color HEX #E1AF46 Tulip Tree

📋 copy color: '#E1AF46'

red 225 ◦ green 175 ◦ blue 70

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

Shades of Tulip Tree #E1AF46

Tints of Tulip Tree #E1AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.89%

R = 47.87%
G = 37.23%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1AF46 (or 0xE1AF46) is known color: Tulip Tree. HEX triplet: E1, AF and 46. RGB value is (225,175,70). Sum of RGB (Red+Green+Blue) = 225+175+70=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF46 is #1E50B9. Grayscale: #B2B2B2. Windows color (decimal): -1986746 or 4632545. OLE color: 4632545.

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

Color convert

RGB 225 175 70 -
CMYK 0 0.22 0.69 0.12
HSL 40.65º 0.72% 0.58% -
HSV(B) 40.65º 0.69% 0.88% -
XYZ 47.49 47.11 12.38 -
YUV 177.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 225 175 70 0 0.22 0.69 0.12 40.65 0.72 0.58
Hex E1 AF 46 0 16 45 C 29 48 3A
Octal 341 257 106 0 26 105 14 51 110 72
Binary 11100001 10101111 1000110 0 10110 1000101 1100 101001 1001000 111010

Color Harmonies of #E1AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF46

Black with #E1AF46

Text Example


Text Example

White with #E1AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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