#E0786C

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

Shades of Geraldine #E0786C

Tints of Geraldine #E0786C

Color information

#E0786C (or 0xE0786C) is unknown color: approx Geraldine. HEX triplet: E0, 78 and 6C. RGB value is (224,120,108). Sum of RGB (Red+Green+Blue) = 224+120+108=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0786C is #1F8793. Grayscale: #959595. Windows color (decimal): -2066324 or 7108832. OLE color: 7108832.

HSL color Cylindrical-coordinate representation of color #E0786C: hue angle of 6.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0786C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224120108-
CMYK00.460.520.12
HSL6.21º65.17%65.1%-
HSV(B)6.21º51.79%87.84%-
XYZ40.1630.3617.93-
YUV149.73104.46180.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.56%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=49.56%
G=26.55%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412010800.460.520.126.2165.1765.1
HexE0786C02E34C64141
Octal34017015405664146101101
Binary11100000111100011011000101110110100110011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0786C; }

 p { color: rgb(224,120,108); }

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

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

 a { background-color: rgb(224,120,108); }

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

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

 span { border-color: rgb(224,120,108); }

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