#E3BA5C

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

Shades of Ronchi #E3BA5C

Tints of Ronchi #E3BA5C

Color information

#E3BA5C (or 0xE3BA5C) is unknown color: approx Ronchi. HEX triplet: E3, BA and 5C. RGB value is (227,186,92). Sum of RGB (Red+Green+Blue) = 227+186+92=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA5C is #1C45A3. Grayscale: #BBBBBB. Windows color (decimal): -1852836 or 6077155. OLE color: 6077155.

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

Color convert

RGB22718692-
CMYK00.180.590.11
HSL41.78º70.68%62.55%-
HSV(B)41.78º59.47%89.02%-
XYZ51.1752.2217.51-
YUV187.5474.08156.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.95%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 92 (36.33% from 255) = 18.22%
R=44.95%
G=36.83%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271869200.180.590.1141.7870.6862.55
HexE3BA5C0123BB2a473f
Octal34327213402273135210777
Binary1110001110111010101110001001011101110111010101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BA5C; }

 p { color: rgb(227,186,92); }

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

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

 a { background-color: rgb(227,186,92); }

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

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

 span { border-color: rgb(227,186,92); }

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