#E1B64C

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

Shades of Ronchi #E1B64C

Tints of Ronchi #E1B64C

Color information

#E1B64C (or 0xE1B64C) is unknown color: approx Ronchi. HEX triplet: E1, B6 and 4C. RGB value is (225,182,76). Sum of RGB (Red+Green+Blue) = 225+182+76=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B64C is #1E49B3. Grayscale: #B7B7B7. Windows color (decimal): -1984948 or 5027553. OLE color: 5027553.

HSL color Cylindrical-coordinate representation of color #E1B64C: hue angle of 42.68º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1B64C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22518276-
CMYK00.190.660.12
HSL42.68º71.29%59.02%-
HSV(B)42.68º66.22%88.24%-
XYZ49.0849.9913.9-
YUV182.7767.75158.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 76 (30.08% from 255) = 15.73%
R=46.58%
G=37.68%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251827600.190.660.1242.6871.2959.02
HexE1B64C01342C2b473b
Octal341266114023102145310773
Binary11100001101101101001100010011100001011001010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B64C; }

 p { color: rgb(225,182,76); }

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

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

 a { background-color: rgb(225,182,76); }

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

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

 span { border-color: rgb(225,182,76); }

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