Html Css Color HEX #E0B52A Gold Tips

📋 copy color: '#E0B52A'

red 224 ◦ green 181 ◦ blue 42

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

Shades of Gold Tips #E0B52A

Tints of Gold Tips #E0B52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

 BLUE value IS 42 (16.8% from 255) = 9.4%

R = 50.11%
G = 40.49%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0B52A (or 0xE0B52A) is known color: Gold Tips. HEX triplet: E0, B5 and 2A. RGB value is (224,181,42). Sum of RGB (Red+Green+Blue) = 224+181+42=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B52A is #1F4AD5. Grayscale: #B2B2B2. Windows color (decimal): -2050774 or 2799072. OLE color: 2799072.

HSL color Cylindrical-coordinate representation of color #E0B52A: hue angle of 45.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0B52A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 181 42 -
CMYK 0 0.19 0.81 0.12
HSL 45.82º 0.75% 0.52% -
HSV(B) 45.82º 0.81% 0.88% -
XYZ 47.68 49.06 9.15 -
YUV 178.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 224 181 42 0 0.19 0.81 0.12 45.82 0.75 0.52
Hex E0 B5 2A 0 13 51 C 2E 4B 34
Octal 340 265 52 0 23 121 14 56 113 64
Binary 11100000 10110101 101010 0 10011 1010001 1100 101110 1001011 110100

Color Harmonies of #E0B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B52A

Black with #E0B52A

Text Example


Text Example

White with #E0B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B52A; }

 p { color: rgb(224,181,42); }

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

background-color css

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

 a { background-color: rgb(224,181,42); }

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

border-color css

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

 span { border-color: rgb(224,181,42); }

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