#E7BD58

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

Shades of Ronchi #E7BD58

Tints of Ronchi #E7BD58

Color information

#E7BD58 (or 0xE7BD58) is unknown color: approx Ronchi. HEX triplet: E7, BD and 58. RGB value is (231,189,88). Sum of RGB (Red+Green+Blue) = 231+189+88=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD58 is #1842A7. Grayscale: #BEBEBE. Windows color (decimal): -1589928 or 5815783. OLE color: 5815783.

HSL color Cylindrical-coordinate representation of color #E7BD58: hue angle of 42.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7BD58 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB23118988-
CMYK00.180.620.09
HSL42.38º74.87%62.55%-
HSV(B)42.38º61.9%90.59%-
XYZ52.9154.0916.88-
YUV190.0470.41157.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 88 (34.77% from 255) = 17.32%
R=45.47%
G=37.20%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311898800.180.620.0942.3874.8762.55
HexE7BD580123E92a4b3f
Octal34727513002276115211377
Binary1110011110111101101100001001011111010011010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD58; }

 p { color: rgb(231,189,88); }

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

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

 a { background-color: rgb(231,189,88); }

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

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

 span { border-color: rgb(231,189,88); }

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