#E8B75E

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

Shades of Ronchi #E8B75E

Tints of Ronchi #E8B75E

Color information

#E8B75E (or 0xE8B75E) is unknown color: approx Ronchi. HEX triplet: E8, B7 and 5E. RGB value is (232,183,94). Sum of RGB (Red+Green+Blue) = 232+183+94=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B75E is #1748A1. Grayscale: #BBBBBB. Windows color (decimal): -1525922 or 6207464. OLE color: 6207464.

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

Color convert

RGB23218394-
CMYK00.210.590.09
HSL38.7º75%63.92%-
HSV(B)38.7º59.48%90.98%-
XYZ52.2351.8317.84-
YUV187.575.23159.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.58%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=45.58%
G=35.95%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321839400.210.590.0938.77563.92
HexE8B75E0153B9274b40
Octal350267136025731147113100
Binary11101000101101111011110010101111011100110011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B75E; }

 p { color: rgb(232,183,94); }

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

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

 a { background-color: rgb(232,183,94); }

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

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

 span { border-color: rgb(232,183,94); }

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