Html Css Color HEX #E0B02C Gold Tips

📋 copy color: '#E0B02C'

red 224 ◦ green 176 ◦ blue 44

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

Shades of Gold Tips #E0B02C

Tints of Gold Tips #E0B02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 44 (17.58% from 255) = 9.91%

R = 50.45%
G = 39.64%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0B02C (or 0xE0B02C) is known color: Gold Tips. HEX triplet: E0, B0 and 2C. RGB value is (224,176,44). Sum of RGB (Red+Green+Blue) = 224+176+44=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B02C is #1F4FD3. Grayscale: #AFAFAF. Windows color (decimal): -2052052 or 2928864. OLE color: 2928864.

HSL color Cylindrical-coordinate representation of color #E0B02C: hue angle of 44º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0B02C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 44 -
CMYK 0 0.21 0.80 0.12
HSL 44º 0.74% 0.53% -
HSV(B) 44º 0.8% 0.88% -
XYZ 46.72 47.08 9.01 -
YUV 175.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 224 176 44 0 0.21 0.80 0.12 44 0.74 0.53
Hex E0 B0 2C 0 15 50 C 2C 4A 35
Octal 340 260 54 0 25 120 14 54 112 65
Binary 11100000 10110000 101100 0 10101 1010000 1100 101100 1001010 110101

Color Harmonies of #E0B02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B02C

Black with #E0B02C

Text Example


Text Example

White with #E0B02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B02C; }

 p { color: rgb(224,176,44); }

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

background-color css

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

 a { background-color: rgb(224,176,44); }

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

border-color css

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

 span { border-color: rgb(224,176,44); }

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