#E4BC4F

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

Shades of Ronchi #E4BC4F

Tints of Ronchi #E4BC4F

Color information

#E4BC4F (or 0xE4BC4F) is unknown color: approx Ronchi. HEX triplet: E4, BC and 4F. RGB value is (228,188,79). Sum of RGB (Red+Green+Blue) = 228+188+79=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BC4F is #1B43B0. Grayscale: #BCBCBC. Windows color (decimal): -1786801 or 5225700. OLE color: 5225700.

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

Color convert

RGB22818879-
CMYK00.180.650.11
HSL43.89º73.4%60.2%-
HSV(B)43.89º65.35%89.41%-
XYZ51.3953.0214.92-
YUV187.5366.75156.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.06%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=46.06%
G=37.98%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281887900.180.650.1143.8973.460.2
HexE4BC4F01241B2c493c
Octal344274117022101135411174
Binary11100100101111001001111010010100000110111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BC4F; }

 p { color: rgb(228,188,79); }

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

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

 a { background-color: rgb(228,188,79); }

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

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

 span { border-color: rgb(228,188,79); }

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