#EC7A67

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

Shades of Geraldine #EC7A67

Tints of Geraldine #EC7A67

Color information

#EC7A67 (or 0xEC7A67) is unknown color: approx Geraldine. HEX triplet: EC, 7A and 67. RGB value is (236,122,103). Sum of RGB (Red+Green+Blue) = 236+122+103=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A67 is #138598. Grayscale: #9A9A9A. Windows color (decimal): -1279385 or 6781676. OLE color: 6781676.

HSL color Cylindrical-coordinate representation of color #EC7A67: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7A67 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB236122103-
CMYK00.480.560.07
HSL8.57º77.78%66.47%-
HSV(B)8.57º56.36%92.55%-
XYZ4432.7316.83-
YUV153.9299.27186.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=51.19%
G=26.46%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612210300.480.560.078.5777.7866.47
HexEC7A6703038794e42
Octal35417214706070711116102
Binary11101100111101011001110110000111000111100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A67; }

 p { color: rgb(236,122,103); }

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

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

 a { background-color: rgb(236,122,103); }

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

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

 span { border-color: rgb(236,122,103); }

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