#ED8276

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

Shades of Geraldine #ED8276

Tints of Geraldine #ED8276

Color information

#ED8276 (or 0xED8276) is unknown color: approx Geraldine. HEX triplet: ED, 82 and 76. RGB value is (237,130,118). Sum of RGB (Red+Green+Blue) = 237+130+118=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8276 is #127D89. Grayscale: #A0A0A0. Windows color (decimal): -1211786 or 7766765. OLE color: 7766765.

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

Color convert

RGB237130118-
CMYK00.450.500.07
HSL6.05º76.77%69.61%-
HSV(B)6.05º50.21%92.94%-
XYZ46.1835.2821.52-
YUV160.62103.95182.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=48.87%
G=26.80%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713011800.450.500.076.0576.7769.61
HexED827602D32764d46
Octal3552021660556276115106
Binary11101101100000101110110010110111001011111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8276; }

 p { color: rgb(237,130,118); }

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

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

 a { background-color: rgb(237,130,118); }

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

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

 span { border-color: rgb(237,130,118); }

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