#E4BA5C

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

Shades of Ronchi #E4BA5C

Tints of Ronchi #E4BA5C

Color information

#E4BA5C (or 0xE4BA5C) is unknown color: approx Ronchi. HEX triplet: E4, BA and 5C. RGB value is (228,186,92). Sum of RGB (Red+Green+Blue) = 228+186+92=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA5C is #1B45A3. Grayscale: #BCBCBC. Windows color (decimal): -1787300 or 6077156. OLE color: 6077156.

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

Color convert

RGB22818692-
CMYK00.180.600.11
HSL41.47º71.58%62.75%-
HSV(B)41.47º59.65%89.41%-
XYZ51.4952.3817.52-
YUV187.8473.91156.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.06%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=45.06%
G=36.76%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281869200.180.600.1141.4771.5862.75
HexE4BA5C0123CB29483f
Octal34427213402274135111077
Binary1110010010111010101110001001011110010111010011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BA5C; }

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

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

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

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

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

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

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

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