#E6B052

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

Shades of Ronchi #E6B052

Tints of Ronchi #E6B052

Color information

#E6B052 (or 0xE6B052) is unknown color: approx Ronchi. HEX triplet: E6, B0 and 52. RGB value is (230,176,82). Sum of RGB (Red+Green+Blue) = 230+176+82=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B052 is #194FAD. Grayscale: #B5B5B5. Windows color (decimal): -1658798 or 5419238. OLE color: 5419238.

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

Color convert

RGB23017682-
CMYK00.230.640.10
HSL38.11º74.75%61.18%-
HSV(B)38.11º64.35%90.2%-
XYZ49.6848.4814.72-
YUV181.4371.89162.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 82 (32.42% from 255) = 16.80%
R=47.13%
G=36.07%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301768200.230.640.1038.1174.7561.18
HexE6B05201740A264b3d
Octal346260122027100124611375
Binary11100110101100001010010010111100000010101001101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B052; }

 p { color: rgb(230,176,82); }

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

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

 a { background-color: rgb(230,176,82); }

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

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

 span { border-color: rgb(230,176,82); }

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