Html Css Color HEX #E0A531 Tulip Tree

📋 copy color: '#E0A531'

red 224 ◦ green 165 ◦ blue 49

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

Shades of Tulip Tree #E0A531

Tints of Tulip Tree #E0A531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 49 (19.53% from 255) = 11.19%

R = 51.14%
G = 37.67%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0A531 (or 0xE0A531) is known color: Tulip Tree. HEX triplet: E0, A5 and 31. RGB value is (224,165,49). Sum of RGB (Red+Green+Blue) = 224+165+49=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A531 is #1F5ACE. Grayscale: #A9A9A9. Windows color (decimal): -2054863 or 3253728. OLE color: 3253728.

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

Color convert

RGB 224 165 49 -
CMYK 0 0.26 0.78 0.12
HSL 39.77º 0.74% 0.54% -
HSV(B) 39.77º 0.78% 0.88% -
XYZ 44.75 42.98 8.84 -
YUV 169.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 224 165 49 0 0.26 0.78 0.12 39.77 0.74 0.54
Hex E0 A5 31 0 1A 4E C 28 4A 36
Octal 340 245 61 0 32 116 14 50 112 66
Binary 11100000 10100101 110001 0 11010 1001110 1100 101000 1001010 110110

Color Harmonies of #E0A531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A531

Black with #E0A531

Text Example


Text Example

White with #E0A531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A531; }

 p { color: rgb(224,165,49); }

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

background-color css

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

 a { background-color: rgb(224,165,49); }

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

border-color css

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

 span { border-color: rgb(224,165,49); }

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