Html Css Color HEX #E0B634 Gold Tips

📋 copy color: '#E0B634'

red 224 ◦ green 182 ◦ blue 52

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

Shades of Gold Tips #E0B634

Tints of Gold Tips #E0B634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

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

R = 48.91%
G = 39.74%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E0B634 (or 0xE0B634) is known color: Gold Tips. HEX triplet: E0, B6 and 34. RGB value is (224,182,52). Sum of RGB (Red+Green+Blue) = 224+182+52=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B634 is #1F49CB. Grayscale: #B4B4B4. Windows color (decimal): -2050508 or 3454688. OLE color: 3454688.

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

Color convert

RGB 224 182 52 -
CMYK 0 0.19 0.77 0.12
HSL 45.35º 0.74% 0.54% -
HSV(B) 45.35º 0.77% 0.88% -
XYZ 48.09 49.55 10.28 -
YUV 179.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 224 182 52 0 0.19 0.77 0.12 45.35 0.74 0.54
Hex E0 B6 34 0 13 4D C 2D 4A 36
Octal 340 266 64 0 23 115 14 55 112 66
Binary 11100000 10110110 110100 0 10011 1001101 1100 101101 1001010 110110

Color Harmonies of #E0B634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B634

Black with #E0B634

Text Example


Text Example

White with #E0B634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B634; }

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

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

background-color css

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

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

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

border-color css

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

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

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