Html Css Color HEX #E0B81F Gold Tips

📋 copy color: '#E0B81F'

red 224 ◦ green 184 ◦ blue 31

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

Shades of Gold Tips #E0B81F

Tints of Gold Tips #E0B81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.06%

R = 51.03%
G = 41.91%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0B81F (or 0xE0B81F) is known color: Gold Tips. HEX triplet: E0, B8 and 1F. RGB value is (224,184,31). Sum of RGB (Red+Green+Blue) = 224+184+31=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B81F is #1F47E0. Grayscale: #B3B3B3. Windows color (decimal): -2050017 or 2078944. OLE color: 2078944.

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

Color convert

RGB 224 184 31 -
CMYK 0 0.18 0.86 0.12
HSL 47.56º 0.76% 0.5% -
HSV(B) 47.56º 0.86% 0.88% -
XYZ 48.13 50.23 8.45 -
YUV 178.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 224 184 31 0 0.18 0.86 0.12 47.56 0.76 0.5
Hex E0 B8 1F 0 12 56 C 30 4C 32
Octal 340 270 37 0 22 126 14 60 114 62
Binary 11100000 10111000 11111 0 10010 1010110 1100 110000 1001100 110010

Color Harmonies of #E0B81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B81F

Black with #E0B81F

Text Example


Text Example

White with #E0B81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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