Html Css Color HEX #E0B448 Tulip Tree

📋 copy color: '#E0B448'

red 224 ◦ green 180 ◦ blue 72

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

Shades of Tulip Tree #E0B448

Tints of Tulip Tree #E0B448

RGB

 RED value IS 224 (87.89% from 255) = 47.06%

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

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

R = 47.06%
G = 37.82%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0B448 (or 0xE0B448) is known color: Tulip Tree. HEX triplet: E0, B4 and 48. RGB value is (224,180,72). Sum of RGB (Red+Green+Blue) = 224+180+72=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B448 is #1F4BB7. Grayscale: #B5B5B5. Windows color (decimal): -2051000 or 4764896. OLE color: 4764896.

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

Color convert

RGB 224 180 72 -
CMYK 0 0.20 0.68 0.12
HSL 42.63º 0.71% 0.58% -
HSV(B) 42.63º 0.68% 0.88% -
XYZ 48.23 48.96 13.04 -
YUV 180.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 224 180 72 0 0.20 0.68 0.12 42.63 0.71 0.58
Hex E0 B4 48 0 14 44 C 2B 47 3A
Octal 340 264 110 0 24 104 14 53 107 72
Binary 11100000 10110100 1001000 0 10100 1000100 1100 101011 1000111 111010

Color Harmonies of #E0B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B448

Black with #E0B448

Text Example


Text Example

White with #E0B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B448; }

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

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

background-color css

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

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

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

border-color css

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

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

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