Html Css Color HEX #E1AF40 Tulip Tree

📋 copy color: '#E1AF40'

red 225 ◦ green 175 ◦ blue 64

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

Shades of Tulip Tree #E1AF40

Tints of Tulip Tree #E1AF40

RGB

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

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

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

R = 48.49%
G = 37.72%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1AF40 (or 0xE1AF40) is known color: Tulip Tree. HEX triplet: E1, AF and 40. RGB value is (225,175,64). Sum of RGB (Red+Green+Blue) = 225+175+64=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF40 is #1E50BF. Grayscale: #B1B1B1. Windows color (decimal): -1986752 or 4239329. OLE color: 4239329.

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

Color convert

RGB 225 175 64 -
CMYK 0 0.22 0.72 0.12
HSL 41.37º 0.73% 0.57% -
HSV(B) 41.37º 0.72% 0.88% -
XYZ 47.31 47.04 11.44 -
YUV 177.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 225 175 64 0 0.22 0.72 0.12 41.37 0.73 0.57
Hex E1 AF 40 0 16 48 C 29 49 39
Octal 341 257 100 0 26 110 14 51 111 71
Binary 11100001 10101111 1000000 0 10110 1001000 1100 101001 1001001 111001

Color Harmonies of #E1AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF40

Black with #E1AF40

Text Example


Text Example

White with #E1AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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