Html Css Color HEX #E1AF35 Tulip Tree

📋 copy color: '#E1AF35'

red 225 ◦ green 175 ◦ blue 53

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

Shades of Tulip Tree #E1AF35

Tints of Tulip Tree #E1AF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.7%

R = 49.67%
G = 38.63%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E1AF35 (or 0xE1AF35) is known color: Tulip Tree. HEX triplet: E1, AF and 35. RGB value is (225,175,53). Sum of RGB (Red+Green+Blue) = 225+175+53=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF35 is #1E50CA. Grayscale: #B0B0B0. Windows color (decimal): -1986763 or 3518433. OLE color: 3518433.

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

Color convert

RGB 225 175 53 -
CMYK 0 0.22 0.76 0.12
HSL 42.56º 0.74% 0.55% -
HSV(B) 42.56º 0.76% 0.88% -
XYZ 47.02 46.92 9.95 -
YUV 176.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 225 175 53 0 0.22 0.76 0.12 42.56 0.74 0.55
Hex E1 AF 35 0 16 4C C 2B 4A 37
Octal 341 257 65 0 26 114 14 53 112 67
Binary 11100001 10101111 110101 0 10110 1001100 1100 101011 1001010 110111

Color Harmonies of #E1AF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF35

Black with #E1AF35

Text Example


Text Example

White with #E1AF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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