#EC8679

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

Shades of Geraldine #EC8679

Tints of Geraldine #EC8679

Color information

#EC8679 (or 0xEC8679) is unknown color: approx Geraldine. HEX triplet: EC, 86 and 79. RGB value is (236,134,121). Sum of RGB (Red+Green+Blue) = 236+134+121=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8679 is #137986. Grayscale: #A3A3A3. Windows color (decimal): -1276295 or 7964396. OLE color: 7964396.

HSL color Cylindrical-coordinate representation of color #EC8679: hue angle of 6.78º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC8679 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236134121-
CMYK00.430.490.07
HSL6.78º75.16%70%-
HSV(B)6.78º48.73%92.55%-
XYZ46.5736.2622.63-
YUV163.02104.29180.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=48.07%
G=27.29%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613412100.430.490.076.7875.1670
HexEC867902B31774b46
Octal3542061710536177113106
Binary11101100100001101111001010101111000111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8679; }

 p { color: rgb(236,134,121); }

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

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

 a { background-color: rgb(236,134,121); }

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

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

 span { border-color: rgb(236,134,121); }

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