Html Css Color HEX #E0B921 Gold Tips

📋 copy color: '#E0B921'

red 224 ◦ green 185 ◦ blue 33

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

Shades of Gold Tips #E0B921

Tints of Gold Tips #E0B921

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

 BLUE value IS 33 (13.28% from 255) = 7.47%

R = 50.68%
G = 41.86%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0B921 (or 0xE0B921) is known color: Gold Tips. HEX triplet: E0, B9 and 21. RGB value is (224,185,33). Sum of RGB (Red+Green+Blue) = 224+185+33=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B921 is #1F46DE. Grayscale: #B3B3B3. Windows color (decimal): -2049759 or 2210272. OLE color: 2210272.

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

Color convert

RGB 224 185 33 -
CMYK 0 0.17 0.85 0.12
HSL 47.75º 0.75% 0.5% -
HSV(B) 47.75º 0.85% 0.88% -
XYZ 48.36 50.66 8.67 -
YUV 179.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 224 185 33 0 0.17 0.85 0.12 47.75 0.75 0.5
Hex E0 B9 21 0 11 55 C 30 4B 32
Octal 340 271 41 0 21 125 14 60 113 62
Binary 11100000 10111001 100001 0 10001 1010101 1100 110000 1001011 110010

Color Harmonies of #E0B921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B921

Black with #E0B921

Text Example


Text Example

White with #E0B921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B921; }

 p { color: rgb(224,185,33); }

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

background-color css

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

 a { background-color: rgb(224,185,33); }

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

border-color css

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

 span { border-color: rgb(224,185,33); }

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