#EC7867

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

Shades of Geraldine #EC7867

Tints of Geraldine #EC7867

Color information

#EC7867 (or 0xEC7867) is unknown color: approx Geraldine. HEX triplet: EC, 78 and 67. RGB value is (236,120,103). Sum of RGB (Red+Green+Blue) = 236+120+103=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7867 is #138798. Grayscale: #989898. Windows color (decimal): -1279897 or 6781164. OLE color: 6781164.

HSL color Cylindrical-coordinate representation of color #EC7867: hue angle of 7.67º 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 #EC7867 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB236120103-
CMYK00.490.560.07
HSL7.67º77.78%66.47%-
HSV(B)7.67º56.36%92.55%-
XYZ43.7632.2516.75-
YUV152.7599.93187.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.42%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=51.42%
G=26.14%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612010300.490.560.077.6777.7866.47
HexEC786703138784e42
Octal35417014706170710116102
Binary11101100111100011001110110001111000111100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7867; }

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

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

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

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

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

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

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

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