#EE786B

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

Shades of Geraldine #EE786B

Tints of Geraldine #EE786B

Color information

#EE786B (or 0xEE786B) is unknown color: approx Geraldine. HEX triplet: EE, 78 and 6B. RGB value is (238,120,107). Sum of RGB (Red+Green+Blue) = 238+120+107=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE786B is #118794. Grayscale: #999999. Windows color (decimal): -1148821 or 7043310. OLE color: 7043310.

HSL color Cylindrical-coordinate representation of color #EE786B: hue angle of 5.95º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE786B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238120107-
CMYK00.500.550.07
HSL5.95º79.39%67.65%-
HSV(B)5.95º55.04%93.33%-
XYZ44.6332.6717.86-
YUV153.8101.59188.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=51.18%
G=25.81%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812010700.500.550.075.9579.3967.65
HexEE786B03237764f44
Octal3561701530626776117104
Binary1110111011110001101011011001011011111111010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE786B; }

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

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

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

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

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

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

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

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