#E0BC51

Color #E0BC51 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #E0BC51

Tints of Ronchi #E0BC51

Color information

#E0BC51 (or 0xE0BC51) is unknown color: approx Ronchi. HEX triplet: E0, BC and 51. RGB value is (224,188,81). Sum of RGB (Red+Green+Blue) = 224+188+81=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC51 is #1F43AE. Grayscale: #BBBBBB. Windows color (decimal): -2048943 or 5356768. OLE color: 5356768.

HSL color Cylindrical-coordinate representation of color #E0BC51: hue angle of 44.9º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0BC51 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22418881-
CMYK00.160.640.12
HSL44.9º69.76%59.8%-
HSV(B)44.9º63.84%87.84%-
XYZ50.2152.4115.25-
YUV186.5768.43154.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 81 (32.03% from 255) = 16.43%
R=45.44%
G=38.13%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241888100.160.640.1244.969.7659.8
HexE0BC5101040C2d463c
Octal340274121020100145510674
Binary11100000101111001010001010000100000011001011011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC51; }

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

 H1.HeaderClassName
 {
   color: #E0BC51;
 }
 .AnyTagClassName
 {
   color: #E0BC51;
 }
</style>
background-color css

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

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

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

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

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

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