Html Css Color HEX #E0B434 Gold Tips

📋 copy color: '#E0B434'

red 224 ◦ green 180 ◦ blue 52

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

Shades of Gold Tips #E0B434

Tints of Gold Tips #E0B434

RGB

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

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

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

R = 49.12%
G = 39.47%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E0B434 (or 0xE0B434) is known color: Gold Tips. HEX triplet: E0, B4 and 34. RGB value is (224,180,52). Sum of RGB (Red+Green+Blue) = 224+180+52=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B434 is #1F4BCB. Grayscale: #B3B3B3. Windows color (decimal): -2051020 or 3454176. OLE color: 3454176.

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

Color convert

RGB 224 180 52 -
CMYK 0 0.20 0.77 0.12
HSL 44.65º 0.74% 0.54% -
HSV(B) 44.65º 0.77% 0.88% -
XYZ 47.68 48.74 10.14 -
YUV 178.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 224 180 52 0 0.20 0.77 0.12 44.65 0.74 0.54
Hex E0 B4 34 0 14 4D C 2D 4A 36
Octal 340 264 64 0 24 115 14 55 112 66
Binary 11100000 10110100 110100 0 10100 1001101 1100 101101 1001010 110110

Color Harmonies of #E0B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B434

Black with #E0B434

Text Example


Text Example

White with #E0B434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B434; }

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

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

background-color css

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

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

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

border-color css

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

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

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