#EC706B

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

Shades of Geraldine #EC706B

Tints of Geraldine #EC706B

Color information

#EC706B (or 0xEC706B) is unknown color: approx Geraldine. HEX triplet: EC, 70 and 6B. RGB value is (236,112,107). Sum of RGB (Red+Green+Blue) = 236+112+107=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC706B is #138F94. Grayscale: #949494. Windows color (decimal): -1281941 or 7041260. OLE color: 7041260.

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

Color convert

RGB236112107-
CMYK00.530.550.07
HSL2.33º77.25%67.25%-
HSV(B)2.33º54.66%92.55%-
XYZ43.0430.4817.53-
YUV148.51104.58190.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.87%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=51.87%
G=24.62%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611210700.530.550.072.3377.2567.25
HexEC706B03537724d43
Octal3541601530656772115103
Binary111011001110000110101101101011101111111010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC706B; }

 p { color: rgb(236,112,107); }

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

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

 a { background-color: rgb(236,112,107); }

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

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

 span { border-color: rgb(236,112,107); }

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