Html Css Color HEX #E0B825 Gold Tips

📋 copy color: '#E0B825'

red 224 ◦ green 184 ◦ blue 37

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

Shades of Gold Tips #E0B825

Tints of Gold Tips #E0B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.35%

 BLUE value IS 37 (14.84% from 255) = 8.31%

R = 50.34%
G = 41.35%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0B825 (or 0xE0B825) is known color: Gold Tips. HEX triplet: E0, B8 and 25. RGB value is (224,184,37). Sum of RGB (Red+Green+Blue) = 224+184+37=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B825 is #1F47DA. Grayscale: #B3B3B3. Windows color (decimal): -2050011 or 2472160. OLE color: 2472160.

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

Color convert

RGB 224 184 37 -
CMYK 0 0.18 0.83 0.12
HSL 47.17º 0.75% 0.51% -
HSV(B) 47.17º 0.83% 0.88% -
XYZ 48.21 50.26 8.91 -
YUV 179.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 224 184 37 0 0.18 0.83 0.12 47.17 0.75 0.51
Hex E0 B8 25 0 12 53 C 2F 4B 33
Octal 340 270 45 0 22 123 14 57 113 63
Binary 11100000 10111000 100101 0 10010 1010011 1100 101111 1001011 110011

Color Harmonies of #E0B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B825

Black with #E0B825

Text Example


Text Example

White with #E0B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B825; }

 p { color: rgb(224,184,37); }

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

background-color css

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

 a { background-color: rgb(224,184,37); }

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

border-color css

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

 span { border-color: rgb(224,184,37); }

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