#E0BE55

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

Shades of Ronchi #E0BE55

Tints of Ronchi #E0BE55

Color information

#E0BE55 (or 0xE0BE55) is unknown color: approx Ronchi. HEX triplet: E0, BE and 55. RGB value is (224,190,85). Sum of RGB (Red+Green+Blue) = 224+190+85=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BE55 is #1F41AA. Grayscale: #BCBCBC. Windows color (decimal): -2048427 or 5619424. OLE color: 5619424.

HSL color Cylindrical-coordinate representation of color #E0BE55: hue angle of 45.32º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0BE55 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22419085-
CMYK00.150.620.12
HSL45.32º69.15%60.59%-
HSV(B)45.32º62.05%87.84%-
XYZ50.7953.3316.21-
YUV188.269.76153.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 85 (33.59% from 255) = 17.03%
R=44.89%
G=38.08%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241908500.150.620.1245.3269.1560.59
HexE0BE550F3EC2d453d
Octal34027612501776145510575
Binary111000001011111010101010111111111011001011011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE55; }

 p { color: rgb(224,190,85); }

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

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

 a { background-color: rgb(224,190,85); }

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

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

 span { border-color: rgb(224,190,85); }

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