Html Css Color HEX #E0BB28 Gold Tips

📋 copy color: '#E0BB28'

red 224 ◦ green 187 ◦ blue 40

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

Shades of Gold Tips #E0BB28

Tints of Gold Tips #E0BB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.87%

R = 49.67%
G = 41.46%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0BB28 (or 0xE0BB28) is known color: Gold Tips. HEX triplet: E0, BB and 28. RGB value is (224,187,40). Sum of RGB (Red+Green+Blue) = 224+187+40=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB28 is #1F44D7. Grayscale: #B5B5B5. Windows color (decimal): -2049240 or 2669536. OLE color: 2669536.

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

Color convert

RGB 224 187 40 -
CMYK 0 0.17 0.82 0.12
HSL 47.93º 0.75% 0.52% -
HSV(B) 47.93º 0.82% 0.88% -
XYZ 48.89 51.54 9.38 -
YUV 181.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 224 187 40 0 0.17 0.82 0.12 47.93 0.75 0.52
Hex E0 BB 28 0 11 52 C 30 4B 34
Octal 340 273 50 0 21 122 14 60 113 64
Binary 11100000 10111011 101000 0 10001 1010010 1100 110000 1001011 110100

Color Harmonies of #E0BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB28

Black with #E0BB28

Text Example


Text Example

White with #E0BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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