Html Css Color HEX #E0BC29 Gold Tips

📋 copy color: '#E0BC29'

red 224 ◦ green 188 ◦ blue 41

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

Shades of Gold Tips #E0BC29

Tints of Gold Tips #E0BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 49.45%
G = 41.5%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0BC29 (or 0xE0BC29) is known color: Gold Tips. HEX triplet: E0, BC and 29. RGB value is (224,188,41). Sum of RGB (Red+Green+Blue) = 224+188+41=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BC29 is #1F43D6. Grayscale: #B6B6B6. Windows color (decimal): -2048983 or 2735328. OLE color: 2735328.

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

Color convert

RGB 224 188 41 -
CMYK 0 0.16 0.82 0.12
HSL 48.2º 0.75% 0.52% -
HSV(B) 48.2º 0.82% 0.88% -
XYZ 49.12 51.97 9.54 -
YUV 182.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 224 188 41 0 0.16 0.82 0.12 48.2 0.75 0.52
Hex E0 BC 29 0 10 52 C 30 4B 34
Octal 340 274 51 0 20 122 14 60 113 64
Binary 11100000 10111100 101001 0 10000 1010010 1100 110000 1001011 110100

Color Harmonies of #E0BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC29

Black with #E0BC29

Text Example


Text Example

White with #E0BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC29; }

 p { color: rgb(224,188,41); }

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

background-color css

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

 a { background-color: rgb(224,188,41); }

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

border-color css

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

 span { border-color: rgb(224,188,41); }

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