Html Css Color HEX #E0AD45 Tulip Tree

📋 copy color: '#E0AD45'

red 224 ◦ green 173 ◦ blue 69

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

Shades of Tulip Tree #E0AD45

Tints of Tulip Tree #E0AD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

 BLUE value IS 69 (27.34% from 255) = 14.81%

R = 48.07%
G = 37.12%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E0AD45 (or 0xE0AD45) is known color: Tulip Tree. HEX triplet: E0, AD and 45. RGB value is (224,173,69). Sum of RGB (Red+Green+Blue) = 224+173+69=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD45 is #1F52BA. Grayscale: #B0B0B0. Windows color (decimal): -2052795 or 4566496. OLE color: 4566496.

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

Color convert

RGB 224 173 69 -
CMYK 0 0.23 0.69 0.12
HSL 40.26º 0.71% 0.57% -
HSV(B) 40.26º 0.69% 0.88% -
XYZ 46.76 46.16 12.08 -
YUV 176.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 224 173 69 0 0.23 0.69 0.12 40.26 0.71 0.57
Hex E0 AD 45 0 17 45 C 28 47 39
Octal 340 255 105 0 27 105 14 50 107 71
Binary 11100000 10101101 1000101 0 10111 1000101 1100 101000 1000111 111001

Color Harmonies of #E0AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD45

Black with #E0AD45

Text Example


Text Example

White with #E0AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD45; }

 p { color: rgb(224,173,69); }

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

background-color css

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

 a { background-color: rgb(224,173,69); }

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

border-color css

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

 span { border-color: rgb(224,173,69); }

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