Html Css Color HEX #E0B134 Tulip Tree

📋 copy color: '#E0B134'

red 224 ◦ green 177 ◦ blue 52

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

Shades of Tulip Tree #E0B134

Tints of Tulip Tree #E0B134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 49.45%
G = 39.07%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E0B134 (or 0xE0B134) is known color: Tulip Tree. HEX triplet: E0, B1 and 34. RGB value is (224,177,52). Sum of RGB (Red+Green+Blue) = 224+177+52=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B134 is #1F4ECB. Grayscale: #B1B1B1. Windows color (decimal): -2051788 or 3453408. OLE color: 3453408.

HSL color Cylindrical-coordinate representation of color #E0B134: hue angle of 43.6º 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 #E0B134 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 177 52 -
CMYK 0 0.21 0.77 0.12
HSL 43.6º 0.74% 0.54% -
HSV(B) 43.6º 0.77% 0.88% -
XYZ 47.08 47.54 9.94 -
YUV 176.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 224 177 52 0 0.21 0.77 0.12 43.6 0.74 0.54
Hex E0 B1 34 0 15 4D C 2C 4A 36
Octal 340 261 64 0 25 115 14 54 112 66
Binary 11100000 10110001 110100 0 10101 1001101 1100 101100 1001010 110110

Color Harmonies of #E0B134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B134

Black with #E0B134

Text Example


Text Example

White with #E0B134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B134; }

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

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

background-color css

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

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

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

border-color css

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

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

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