Html Css Color HEX #E1AB32 Tulip Tree

📋 copy color: '#E1AB32'

red 225 ◦ green 171 ◦ blue 50

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

Shades of Tulip Tree #E1AB32

Tints of Tulip Tree #E1AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 50.45%
G = 38.34%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1AB32 (or 0xE1AB32) is known color: Tulip Tree. HEX triplet: E1, AB and 32. RGB value is (225,171,50). Sum of RGB (Red+Green+Blue) = 225+171+50=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AB32 is #1E54CD. Grayscale: #ADADAD. Windows color (decimal): -1987790 or 3320801. OLE color: 3320801.

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

Color convert

RGB 225 171 50 -
CMYK 0 0.24 0.78 0.12
HSL 41.49º 0.74% 0.54% -
HSV(B) 41.49º 0.78% 0.88% -
XYZ 46.19 45.36 9.34 -
YUV 173.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 225 171 50 0 0.24 0.78 0.12 41.49 0.74 0.54
Hex E1 AB 32 0 18 4E C 29 4A 36
Octal 341 253 62 0 30 116 14 51 112 66
Binary 11100001 10101011 110010 0 11000 1001110 1100 101001 1001010 110110

Color Harmonies of #E1AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AB32

Black with #E1AB32

Text Example


Text Example

White with #E1AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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