#E8BC4B

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

Shades of Ronchi #E8BC4B

Tints of Ronchi #E8BC4B

Color information

#E8BC4B (or 0xE8BC4B) is unknown color: approx Ronchi. HEX triplet: E8, BC and 4B. RGB value is (232,188,75). Sum of RGB (Red+Green+Blue) = 232+188+75=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BC4B is #1743B4. Grayscale: #BCBCBC. Windows color (decimal): -1524661 or 4963560. OLE color: 4963560.

HSL color Cylindrical-coordinate representation of color #E8BC4B: hue angle of 43.18º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8BC4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23218875-
CMYK00.190.680.09
HSL43.18º77.34%60.2%-
HSV(B)43.18º67.67%90.98%-
XYZ52.5353.6314.24-
YUV188.2764.08159.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=46.87%
G=37.98%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321887500.190.680.0943.1877.3460.2
HexE8BC4B0134492b4d3c
Octal350274113023104115311574
Binary11101000101111001001011010011100010010011010111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BC4B; }

 p { color: rgb(232,188,75); }

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

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

 a { background-color: rgb(232,188,75); }

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

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

 span { border-color: rgb(232,188,75); }

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