#EC8270

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

Shades of Geraldine #EC8270

Tints of Geraldine #EC8270

Color information

#EC8270 (or 0xEC8270) is unknown color: approx Geraldine. HEX triplet: EC, 82 and 70. RGB value is (236,130,112). Sum of RGB (Red+Green+Blue) = 236+130+112=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8270 is #137D8F. Grayscale: #9F9F9F. Windows color (decimal): -1277328 or 7373548. OLE color: 7373548.

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

Color convert

RGB236130112-
CMYK00.450.530.07
HSL8.71º76.54%68.24%-
HSV(B)8.71º52.54%92.55%-
XYZ45.534.9719.68-
YUV159.64101.12182.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.37%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=49.37%
G=27.20%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613011200.450.530.078.7176.5468.24
HexEC827002D35794d44
Octal35420216005565711115104
Binary111011001000001011100000101101110101111100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8270; }

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

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

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

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

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

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

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

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