#EB786B

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

Shades of Geraldine #EB786B

Tints of Geraldine #EB786B

Color information

#EB786B (or 0xEB786B) is unknown color: approx Geraldine. HEX triplet: EB, 78 and 6B. RGB value is (235,120,107). Sum of RGB (Red+Green+Blue) = 235+120+107=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB786B is #148794. Grayscale: #999999. Windows color (decimal): -1345429 or 7043307. OLE color: 7043307.

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

Color convert

RGB235120107-
CMYK00.490.540.08
HSL6.09º76.19%67.06%-
HSV(B)6.09º54.47%92.16%-
XYZ43.6332.1617.82-
YUV152.9102.1186.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=50.87%
G=25.97%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512010700.490.540.086.0976.1967.06
HexEB786B03136864c43
Octal35317015306166106114103
Binary11101011111100011010110110001110110100011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB786B; }

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

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

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

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

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

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

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

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