#E6B750

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

Shades of Ronchi #E6B750

Tints of Ronchi #E6B750

Color information

#E6B750 (or 0xE6B750) is unknown color: approx Ronchi. HEX triplet: E6, B7 and 50. RGB value is (230,183,80). Sum of RGB (Red+Green+Blue) = 230+183+80=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B750 is #1948AF. Grayscale: #B9B9B9. Windows color (decimal): -1657008 or 5289958. OLE color: 5289958.

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

Color convert

RGB23018380-
CMYK00.200.650.10
HSL41.2º75%60.78%-
HSV(B)41.2º65.22%90.2%-
XYZ51.0151.2714.8-
YUV185.3168.57159.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.65%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 80 (31.64% from 255) = 16.23%
R=46.65%
G=37.12%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301838000.200.650.1041.27560.78
HexE6B75001441A294b3d
Octal346267120024101125111375
Binary11100110101101111010000010100100000110101010011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B750; }

 p { color: rgb(230,183,80); }

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

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

 a { background-color: rgb(230,183,80); }

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

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

 span { border-color: rgb(230,183,80); }

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