#E6B850

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

Shades of Ronchi #E6B850

Tints of Ronchi #E6B850

Color information

#E6B850 (or 0xE6B850) is unknown color: approx Ronchi. HEX triplet: E6, B8 and 50. RGB value is (230,184,80). Sum of RGB (Red+Green+Blue) = 230+184+80=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B850 is #1947AF. Grayscale: #BABABA. Windows color (decimal): -1656752 or 5290214. OLE color: 5290214.

HSL color Cylindrical-coordinate representation of color #E6B850: hue angle of 41.6º 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 #E6B850 is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB23018480-
CMYK00.20.650.10
HSL41.6º75%60.78%-
HSV(B)41.6º65.22%90.2%-
XYZ51.2251.6814.87-
YUV185.968.24159.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.56%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 80 (31.64% from 255) = 16.19%
R=46.56%
G=37.25%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301848000.20.650.1041.67560.78
HexE6B85001441A2a4b3d
Octal346270120024101125211375
Binary11100110101110001010000010100100000110101010101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B850; }

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

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

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

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

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

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

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

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