Html Css Color HEX #E0BB2C Gold Tips

📋 copy color: '#E0BB2C'

red 224 ◦ green 187 ◦ blue 44

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

Shades of Gold Tips #E0BB2C

Tints of Gold Tips #E0BB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.1%

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

R = 49.23%
G = 41.1%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0BB2C (or 0xE0BB2C) is known color: Gold Tips. HEX triplet: E0, BB and 2C. RGB value is (224,187,44). Sum of RGB (Red+Green+Blue) = 224+187+44=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB2C is #1F44D3. Grayscale: #B6B6B6. Windows color (decimal): -2049236 or 2931680. OLE color: 2931680.

HSL color Cylindrical-coordinate representation of color #E0BB2C: hue angle of 47.67º 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 #E0BB2C is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 187 44 -
CMYK 0 0.17 0.80 0.12
HSL 47.67º 0.74% 0.53% -
HSV(B) 47.67º 0.8% 0.88% -
XYZ 48.97 51.57 9.76 -
YUV 181.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 224 187 44 0 0.17 0.80 0.12 47.67 0.74 0.53
Hex E0 BB 2C 0 11 50 C 30 4A 35
Octal 340 273 54 0 21 120 14 60 112 65
Binary 11100000 10111011 101100 0 10001 1010000 1100 110000 1001010 110101

Color Harmonies of #E0BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB2C

Black with #E0BB2C

Text Example


Text Example

White with #E0BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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