#EB786E

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

Shades of Geraldine #EB786E

Tints of Geraldine #EB786E

Color information

#EB786E (or 0xEB786E) is unknown color: approx Geraldine. HEX triplet: EB, 78 and 6E. RGB value is (235,120,110). Sum of RGB (Red+Green+Blue) = 235+120+110=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB786E is #148791. Grayscale: #999999. Windows color (decimal): -1345426 or 7239915. OLE color: 7239915.

HSL color Cylindrical-coordinate representation of color #EB786E: hue angle of 4.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB786E is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235120110-
CMYK00.490.530.08
HSL4.8º75.76%67.65%-
HSV(B)4.8º53.19%92.16%-
XYZ43.7932.2218.66-
YUV153.24103.6186.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=50.54%
G=25.81%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512011000.490.530.084.875.7667.65
HexEB786E03135854c44
Octal35317015606165105114104
Binary11101011111100011011100110001110101100010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB786E; }

 p { color: rgb(235,120,110); }

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

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

 a { background-color: rgb(235,120,110); }

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

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

 span { border-color: rgb(235,120,110); }

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