#E2B74F

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

Shades of Ronchi #E2B74F

Tints of Ronchi #E2B74F

Color information

#E2B74F (or 0xE2B74F) is unknown color: approx Ronchi. HEX triplet: E2, B7 and 4F. RGB value is (226,183,79). Sum of RGB (Red+Green+Blue) = 226+183+79=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B74F is #1D48B0. Grayscale: #B8B8B8. Windows color (decimal): -1919153 or 5224418. OLE color: 5224418.

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

Color convert

RGB22618379-
CMYK00.190.650.11
HSL42.45º71.71%59.8%-
HSV(B)42.45º65.04%88.63%-
XYZ49.7150.614.54-
YUV18468.75157.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.31%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 16.19%
R=46.31%
G=37.5%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261837900.190.650.1142.4571.7159.8
HexE2B74F01341B2a483c
Octal342267117023101135211074
Binary11100010101101111001111010011100000110111010101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B74F; }

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

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

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

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

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

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

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

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