Html Css Color HEX #E1B334 Tulip Tree

📋 copy color: '#E1B334'

red 225 ◦ green 179 ◦ blue 52

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

Shades of Tulip Tree #E1B334

Tints of Tulip Tree #E1B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

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

R = 49.34%
G = 39.25%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1B334 (or 0xE1B334) is known color: Tulip Tree. HEX triplet: E1, B3 and 34. RGB value is (225,179,52). Sum of RGB (Red+Green+Blue) = 225+179+52=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B334 is #1E4CCB. Grayscale: #B2B2B2. Windows color (decimal): -1985740 or 3453921. OLE color: 3453921.

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

Color convert

RGB 225 179 52 -
CMYK 0 0.20 0.77 0.12
HSL 44.05º 0.74% 0.54% -
HSV(B) 44.05º 0.77% 0.88% -
XYZ 47.79 48.5 10.09 -
YUV 178.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 225 179 52 0 0.20 0.77 0.12 44.05 0.74 0.54
Hex E1 B3 34 0 14 4D C 2C 4A 36
Octal 341 263 64 0 24 115 14 54 112 66
Binary 11100001 10110011 110100 0 10100 1001101 1100 101100 1001010 110110

Color Harmonies of #E1B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B334

Black with #E1B334

Text Example


Text Example

White with #E1B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B334; }

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

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

background-color css

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

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

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

border-color css

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

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

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