#E8746A

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

Shades of Geraldine #E8746A

Tints of Geraldine #E8746A

Color information

#E8746A (or 0xE8746A) is unknown color: approx Geraldine. HEX triplet: E8, 74 and 6A. RGB value is (232,116,106). Sum of RGB (Red+Green+Blue) = 232+116+106=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8746A is #178B95. Grayscale: #959595. Windows color (decimal): -1543062 or 6976744. OLE color: 6976744.

HSL color Cylindrical-coordinate representation of color #E8746A: hue angle of 4.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8746A is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB232116106-
CMYK00.500.540.09
HSL4.76º73.26%66.27%-
HSV(B)4.76º54.31%90.98%-
XYZ42.1330.6917.34-
YUV149.54103.43186.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.10%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=51.10%
G=25.55%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211610600.500.540.094.7673.2666.27
HexE8746A03236954942
Octal35016415206266115111102
Binary11101000111010011010100110010110110100110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8746A; }

 p { color: rgb(232,116,106); }

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

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

 a { background-color: rgb(232,116,106); }

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

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

 span { border-color: rgb(232,116,106); }

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