Html Css Color HEX #E1B034 Tulip Tree

📋 copy color: '#E1B034'

red 225 ◦ green 176 ◦ blue 52

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

Shades of Tulip Tree #E1B034

Tints of Tulip Tree #E1B034

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 52 (20.7% from 255) = 11.48%

R = 49.67%
G = 38.85%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1B034 (or 0xE1B034) is known color: Tulip Tree. HEX triplet: E1, B0 and 34. RGB value is (225,176,52). Sum of RGB (Red+Green+Blue) = 225+176+52=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B034 is #1E4FCB. Grayscale: #B1B1B1. Windows color (decimal): -1986508 or 3453153. OLE color: 3453153.

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

Color convert

RGB 225 176 52 -
CMYK 0 0.22 0.77 0.12
HSL 43.01º 0.74% 0.54% -
HSV(B) 43.01º 0.77% 0.88% -
XYZ 47.2 47.31 9.89 -
YUV 176.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 225 176 52 0 0.22 0.77 0.12 43.01 0.74 0.54
Hex E1 B0 34 0 16 4D C 2B 4A 36
Octal 341 260 64 0 26 115 14 53 112 66
Binary 11100001 10110000 110100 0 10110 1001101 1100 101011 1001010 110110

Color Harmonies of #E1B034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B034

Black with #E1B034

Text Example


Text Example

White with #E1B034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B034; }

 p { color: rgb(225,176,52); }

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

background-color css

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

 a { background-color: rgb(225,176,52); }

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

border-color css

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

 span { border-color: rgb(225,176,52); }

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