Html Css Color HEX #E0AF34 Tulip Tree

📋 copy color: '#E0AF34'

red 224 ◦ green 175 ◦ blue 52

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

Shades of Tulip Tree #E0AF34

Tints of Tulip Tree #E0AF34

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 49.67%
G = 38.8%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E0AF34 (or 0xE0AF34) is known color: Tulip Tree. HEX triplet: E0, AF and 34. RGB value is (224,175,52). Sum of RGB (Red+Green+Blue) = 224+175+52=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AF34 is #1F50CB. Grayscale: #B0B0B0. Windows color (decimal): -2052300 or 3452896. OLE color: 3452896.

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

Color convert

RGB 224 175 52 -
CMYK 0 0.22 0.77 0.12
HSL 42.91º 0.74% 0.54% -
HSV(B) 42.91º 0.77% 0.88% -
XYZ 46.69 46.76 9.81 -
YUV 175.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 224 175 52 0 0.22 0.77 0.12 42.91 0.74 0.54
Hex E0 AF 34 0 16 4D C 2B 4A 36
Octal 340 257 64 0 26 115 14 53 112 66
Binary 11100000 10101111 110100 0 10110 1001101 1100 101011 1001010 110110

Color Harmonies of #E0AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF34

Black with #E0AF34

Text Example


Text Example

White with #E0AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF34; }

 p { color: rgb(224,175,52); }

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

background-color css

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

 a { background-color: rgb(224,175,52); }

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

border-color css

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

 span { border-color: rgb(224,175,52); }

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