#e8bc4c

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

Shades of Ronchi #E8BC4C

Tints of Ronchi #E8BC4C

Color information

#E8BC4C (or 0xE8BC4C) is unknown color: approx Ronchi. HEX triplet: E8, BC and 4C. RGB value is (232,188,76). Sum of RGB (Red+Green+Blue) = 232+188+76=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BC4C is #1743B3. Grayscale: #BCBCBC. Windows color (decimal): -1524660 or 5029096. OLE color: 5029096.

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

Color convert

RGB23218876-
CMYK00.190.670.09
HSL43.08º77.23%60.39%-
HSV(B)43.08º67.24%90.98%-
XYZ52.5753.6414.42-
YUV188.3964.58159.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 76 (30.08% from 255) = 15.32%
R=46.77%
G=37.90%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321887600.190.670.0943.0877.2360.39
HexE8BC4C0134392b4d3c
Octal350274114023103115311574
Binary11101000101111001001100010011100001110011010111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8bc4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8bc4c; }

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

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

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

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

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

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

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

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