#EBB85E

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

Shades of Ronchi #EBB85E

Tints of Ronchi #EBB85E

Color information

#EBB85E (or 0xEBB85E) is unknown color: approx Ronchi. HEX triplet: EB, B8 and 5E. RGB value is (235,184,94). Sum of RGB (Red+Green+Blue) = 235+184+94=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB85E is #1447A1. Grayscale: #BDBDBD. Windows color (decimal): -1329058 or 6207723. OLE color: 6207723.

HSL color Cylindrical-coordinate representation of color #EBB85E: hue angle of 38.3º 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 #EBB85E is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB23518494-
CMYK00.220.60.08
HSL38.3º77.9%64.51%-
HSV(B)38.3º60%92.16%-
XYZ53.4252.7517.96-
YUV188.9974.4160.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 94 (37.11% from 255) = 18.32%
R=45.81%
G=35.87%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351849400.220.60.0838.377.964.51
HexEBB85E0163C8264e41
Octal353270136026741046116101
Binary11101011101110001011110010110111100100010011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB85E; }

 p { color: rgb(235,184,94); }

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

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

 a { background-color: rgb(235,184,94); }

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

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

 span { border-color: rgb(235,184,94); }

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