Html Css Color HEX #E0B12B Gold Tips

📋 copy color: '#E0B12B'

red 224 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #E0B12B

Tints of Gold Tips #E0B12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 50.45%
G = 39.86%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0B12B (or 0xE0B12B) is known color: Gold Tips. HEX triplet: E0, B1 and 2B. RGB value is (224,177,43). Sum of RGB (Red+Green+Blue) = 224+177+43=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B12B is #1F4ED4. Grayscale: #B0B0B0. Windows color (decimal): -2051797 or 2863584. OLE color: 2863584.

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

Color convert

RGB 224 177 43 -
CMYK 0 0.21 0.81 0.12
HSL 44.42º 0.74% 0.52% -
HSV(B) 44.42º 0.81% 0.88% -
XYZ 46.9 47.47 8.98 -
YUV 175.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 224 177 43 0 0.21 0.81 0.12 44.42 0.74 0.52
Hex E0 B1 2B 0 15 51 C 2C 4A 34
Octal 340 261 53 0 25 121 14 54 112 64
Binary 11100000 10110001 101011 0 10101 1010001 1100 101100 1001010 110100

Color Harmonies of #E0B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B12B

Black with #E0B12B

Text Example


Text Example

White with #E0B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B12B; }

 p { color: rgb(224,177,43); }

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

background-color css

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

 a { background-color: rgb(224,177,43); }

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

border-color css

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

 span { border-color: rgb(224,177,43); }

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