#E4BF5F

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

Shades of Ronchi #E4BF5F

Tints of Ronchi #E4BF5F

Color information

#E4BF5F (or 0xE4BF5F) is unknown color: approx Ronchi. HEX triplet: E4, BF and 5F. RGB value is (228,191,95). Sum of RGB (Red+Green+Blue) = 228+191+95=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF5F is #1B40A0. Grayscale: #BFBFBF. Windows color (decimal): -1786017 or 6275044. OLE color: 6275044.

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

Color convert

RGB22819195-
CMYK00.160.580.11
HSL43.31º71.12%63.33%-
HSV(B)43.31º58.33%89.41%-
XYZ52.6954.5818.58-
YUV191.1273.76154.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.36%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 95 (37.5% from 255) = 18.48%
R=44.36%
G=37.16%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281919500.160.580.1143.3171.1263.33
HexE4BF5F0103AB2b473f
Octal34427713702072135310777
Binary1110010010111111101111101000011101010111010111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BF5F; }

 p { color: rgb(228,191,95); }

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

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

 a { background-color: rgb(228,191,95); }

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

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

 span { border-color: rgb(228,191,95); }

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