Html Css Color HEX #E1AD40 Tulip Tree

📋 copy color: '#E1AD40'

red 225 ◦ green 173 ◦ blue 64

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

Shades of Tulip Tree #E1AD40

Tints of Tulip Tree #E1AD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

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

R = 48.7%
G = 37.45%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1AD40 (or 0xE1AD40) is known color: Tulip Tree. HEX triplet: E1, AD and 40. RGB value is (225,173,64). Sum of RGB (Red+Green+Blue) = 225+173+64=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD40 is #1E52BF. Grayscale: #B0B0B0. Windows color (decimal): -1987264 or 4238817. OLE color: 4238817.

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

Color convert

RGB 225 173 64 -
CMYK 0 0.23 0.72 0.12
HSL 40.62º 0.73% 0.57% -
HSV(B) 40.62º 0.72% 0.88% -
XYZ 46.92 46.26 11.31 -
YUV 176.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 225 173 64 0 0.23 0.72 0.12 40.62 0.73 0.57
Hex E1 AD 40 0 17 48 C 29 49 39
Octal 341 255 100 0 27 110 14 51 111 71
Binary 11100001 10101101 1000000 0 10111 1001000 1100 101001 1001001 111001

Color Harmonies of #E1AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD40

Black with #E1AD40

Text Example


Text Example

White with #E1AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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