Html Css Color HEX #E1B448 Tulip Tree

📋 copy color: '#E1B448'

red 225 ◦ green 180 ◦ blue 72

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

Shades of Tulip Tree #E1B448

Tints of Tulip Tree #E1B448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 47.17%
G = 37.74%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1B448 (or 0xE1B448) is known color: Tulip Tree. HEX triplet: E1, B4 and 48. RGB value is (225,180,72). Sum of RGB (Red+Green+Blue) = 225+180+72=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B448 is #1E4BB7. Grayscale: #B5B5B5. Windows color (decimal): -1985464 or 4764897. OLE color: 4764897.

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

Color convert

RGB 225 180 72 -
CMYK 0 0.2 0.68 0.12
HSL 42.35º 0.72% 0.58% -
HSV(B) 42.35º 0.68% 0.88% -
XYZ 48.54 49.12 13.05 -
YUV 181.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 225 180 72 0 0.2 0.68 0.12 42.35 0.72 0.58
Hex E1 B4 48 0 14 44 C 2A 48 3A
Octal 341 264 110 0 24 104 14 52 110 72
Binary 11100001 10110100 1001000 0 10100 1000100 1100 101010 1001000 111010

Color Harmonies of #E1B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B448

Black with #E1B448

Text Example


Text Example

White with #E1B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B448; }

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

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

background-color css

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

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

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

border-color css

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

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

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