#E2B752

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

Shades of Ronchi #E2B752

Tints of Ronchi #E2B752

Color information

#E2B752 (or 0xE2B752) is unknown color: approx Ronchi. HEX triplet: E2, B7 and 52. RGB value is (226,183,82). Sum of RGB (Red+Green+Blue) = 226+183+82=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B752 is #1D48AD. Grayscale: #B8B8B8. Windows color (decimal): -1919150 or 5421026. OLE color: 5421026.

HSL color Cylindrical-coordinate representation of color #E2B752: hue angle of 42.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2B752 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB22618382-
CMYK00.190.640.11
HSL42.08º71.29%60.39%-
HSV(B)42.08º63.72%88.63%-
XYZ49.8250.6415.13-
YUV184.3470.25157.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 82 (32.42% from 255) = 16.70%
R=46.03%
G=37.27%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261838200.190.640.1142.0871.2960.39
HexE2B75201340B2a473c
Octal342267122023100135210774
Binary11100010101101111010010010011100000010111010101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B752; }

 p { color: rgb(226,183,82); }

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

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

 a { background-color: rgb(226,183,82); }

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

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

 span { border-color: rgb(226,183,82); }

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