#EC8775

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

Shades of Geraldine #EC8775

Tints of Geraldine #EC8775

Color information

#EC8775 (or 0xEC8775) is unknown color: approx Geraldine. HEX triplet: EC, 87 and 75. RGB value is (236,135,117). Sum of RGB (Red+Green+Blue) = 236+135+117=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8775 is #13788A. Grayscale: #A3A3A3. Windows color (decimal): -1276043 or 7702508. OLE color: 7702508.

HSL color Cylindrical-coordinate representation of color #EC8775: hue angle of 9.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8775 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236135117-
CMYK00.430.500.07
HSL9.08º75.8%69.22%-
HSV(B)9.08º50.42%92.55%-
XYZ46.4736.4521.42-
YUV163.15101.96179.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.36%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=48.36%
G=27.66%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613511700.430.500.079.0875.869.22
HexEC877502B32794c45
Octal35420716505362711114105
Binary111011001000011111101010101011110010111100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8775; }

 p { color: rgb(236,135,117); }

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

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

 a { background-color: rgb(236,135,117); }

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

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

 span { border-color: rgb(236,135,117); }

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