Html Css Color HEX #E0BB2F Gold Tips

📋 copy color: '#E0BB2F'

red 224 ◦ green 187 ◦ blue 47

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

Shades of Gold Tips #E0BB2F

Tints of Gold Tips #E0BB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.26%

R = 48.91%
G = 40.83%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0BB2F (or 0xE0BB2F) is known color: Gold Tips. HEX triplet: E0, BB and 2F. RGB value is (224,187,47). Sum of RGB (Red+Green+Blue) = 224+187+47=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB2F is #1F44D0. Grayscale: #B6B6B6. Windows color (decimal): -2049233 or 3128288. OLE color: 3128288.

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

Color convert

RGB 224 187 47 -
CMYK 0 0.17 0.79 0.12
HSL 47.46º 0.74% 0.53% -
HSV(B) 47.46º 0.79% 0.88% -
XYZ 49.02 51.59 10.06 -
YUV 182.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 224 187 47 0 0.17 0.79 0.12 47.46 0.74 0.53
Hex E0 BB 2F 0 11 4F C 2F 4A 35
Octal 340 273 57 0 21 117 14 57 112 65
Binary 11100000 10111011 101111 0 10001 1001111 1100 101111 1001010 110101

Color Harmonies of #E0BB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB2F

Black with #E0BB2F

Text Example


Text Example

White with #E0BB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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