Html Css Color HEX #E1AD32 Tulip Tree

📋 copy color: '#E1AD32'

red 225 ◦ green 173 ◦ blue 50

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

Shades of Tulip Tree #E1AD32

Tints of Tulip Tree #E1AD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.16%

R = 50.22%
G = 38.62%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1AD32 (or 0xE1AD32) is known color: Tulip Tree. HEX triplet: E1, AD and 32. RGB value is (225,173,50). Sum of RGB (Red+Green+Blue) = 225+173+50=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD32 is #1E52CD. Grayscale: #AFAFAF. Windows color (decimal): -1987278 or 3321313. OLE color: 3321313.

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

Color convert

RGB 225 173 50 -
CMYK 0 0.23 0.78 0.12
HSL 42.17º 0.74% 0.54% -
HSV(B) 42.17º 0.78% 0.88% -
XYZ 46.57 46.12 9.47 -
YUV 174.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 225 173 50 0 0.23 0.78 0.12 42.17 0.74 0.54
Hex E1 AD 32 0 17 4E C 2A 4A 36
Octal 341 255 62 0 27 116 14 52 112 66
Binary 11100001 10101101 110010 0 10111 1001110 1100 101010 1001010 110110

Color Harmonies of #E1AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD32

Black with #E1AD32

Text Example


Text Example

White with #E1AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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