#E8BA5C

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

Shades of Ronchi #E8BA5C

Tints of Ronchi #E8BA5C

Color information

#E8BA5C (or 0xE8BA5C) is unknown color: approx Ronchi. HEX triplet: E8, BA and 5C. RGB value is (232,186,92). Sum of RGB (Red+Green+Blue) = 232+186+92=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA5C is #1745A3. Grayscale: #BDBDBD. Windows color (decimal): -1525156 or 6077160. OLE color: 6077160.

HSL color Cylindrical-coordinate representation of color #E8BA5C: hue angle of 40.29º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8BA5C is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23218692-
CMYK00.200.600.09
HSL40.29º75.27%63.53%-
HSV(B)40.29º60.34%90.98%-
XYZ52.7753.0517.58-
YUV189.0473.24158.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.49%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=45.49%
G=36.47%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321869200.200.600.0940.2975.2763.53
HexE8BA5C0143C9284b40
Octal350272134024741150113100
Binary11101000101110101011100010100111100100110100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BA5C; }

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

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

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

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

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

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

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

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