Html Css Color HEX #E1B446 Tulip Tree

📋 copy color: '#E1B446'

red 225 ◦ green 180 ◦ blue 70

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

Shades of Tulip Tree #E1B446

Tints of Tulip Tree #E1B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.89%

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 47.37%
G = 37.89%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1B446 (or 0xE1B446) is known color: Tulip Tree. HEX triplet: E1, B4 and 46. RGB value is (225,180,70). Sum of RGB (Red+Green+Blue) = 225+180+70=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B446 is #1E4BB9. Grayscale: #B5B5B5. Windows color (decimal): -1985466 or 4633825. OLE color: 4633825.

HSL color Cylindrical-coordinate representation of color #E1B446: hue angle of 42.58º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1B446 is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 180 70 -
CMYK 0 0.2 0.69 0.12
HSL 42.58º 0.72% 0.58% -
HSV(B) 42.58º 0.69% 0.88% -
XYZ 48.48 49.09 12.72 -
YUV 180.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 225 180 70 0 0.2 0.69 0.12 42.58 0.72 0.58
Hex E1 B4 46 0 14 45 C 2B 48 3A
Octal 341 264 106 0 24 105 14 53 110 72
Binary 11100001 10110100 1000110 0 10100 1000101 1100 101011 1001000 111010

Color Harmonies of #E1B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B446

Black with #E1B446

Text Example


Text Example

White with #E1B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B446; }

 p { color: rgb(225,180,70); }

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

background-color css

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

 a { background-color: rgb(225,180,70); }

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

border-color css

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

 span { border-color: rgb(225,180,70); }

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