#E6B95E

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

Shades of Ronchi #E6B95E

Tints of Ronchi #E6B95E

Color information

#E6B95E (or 0xE6B95E) is unknown color: approx Ronchi. HEX triplet: E6, B9 and 5E. RGB value is (230,185,94). Sum of RGB (Red+Green+Blue) = 230+185+94=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B95E is #1946A1. Grayscale: #BCBCBC. Windows color (decimal): -1656482 or 6207974. OLE color: 6207974.

HSL color Cylindrical-coordinate representation of color #E6B95E: hue angle of 40.15º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6B95E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB23018594-
CMYK00.200.590.10
HSL40.15º73.12%63.53%-
HSV(B)40.15º59.13%90.2%-
XYZ5252.3317.95-
YUV188.0874.91157.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=45.19%
G=36.35%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301859400.200.590.1040.1573.1263.53
HexE6B95E0143BA284940
Octal346271136024731250111100
Binary11100110101110011011110010100111011101010100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B95E; }

 p { color: rgb(230,185,94); }

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

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

 a { background-color: rgb(230,185,94); }

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

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

 span { border-color: rgb(230,185,94); }

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