#EBBE5F

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

Shades of Ronchi #EBBE5F

Tints of Ronchi #EBBE5F

Color information

#EBBE5F (or 0xEBBE5F) is unknown color: approx Ronchi. HEX triplet: EB, BE and 5F. RGB value is (235,190,95). Sum of RGB (Red+Green+Blue) = 235+190+95=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE5F is #1441A0. Grayscale: #C1C1C1. Windows color (decimal): -1327521 or 6274795. OLE color: 6274795.

HSL color Cylindrical-coordinate representation of color #EBBE5F: hue angle of 40.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBBE5F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23519095-
CMYK00.190.600.08
HSL40.71º77.78%64.71%-
HSV(B)40.71º59.57%92.16%-
XYZ54.7455.3218.62-
YUV192.6272.91158.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.19%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=45.19%
G=36.54%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351909500.190.600.0840.7177.7864.71
HexEBBE5F0133C8294e41
Octal353276137023741051116101
Binary11101011101111101011111010011111100100010100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBE5F; }

 p { color: rgb(235,190,95); }

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

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

 a { background-color: rgb(235,190,95); }

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

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

 span { border-color: rgb(235,190,95); }

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