#EC8572

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

Shades of Geraldine #EC8572

Tints of Geraldine #EC8572

Color information

#EC8572 (or 0xEC8572) is unknown color: approx Geraldine. HEX triplet: EC, 85 and 72. RGB value is (236,133,114). Sum of RGB (Red+Green+Blue) = 236+133+114=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8572 is #137A8D. Grayscale: #A1A1A1. Windows color (decimal): -1276558 or 7505388. OLE color: 7505388.

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

Color convert

RGB236133114-
CMYK00.440.520.07
HSL9.34º76.25%68.63%-
HSV(B)9.34º51.69%92.55%-
XYZ46.0235.8220.41-
YUV161.63101.12181.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=48.86%
G=27.54%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613311400.440.520.079.3476.2568.63
HexEC857202C34794c45
Octal35420516205464711114105
Binary111011001000010111100100101100110100111100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8572; }

 p { color: rgb(236,133,114); }

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

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

 a { background-color: rgb(236,133,114); }

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

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

 span { border-color: rgb(236,133,114); }

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