#ED8476

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

Shades of Geraldine #ED8476

Tints of Geraldine #ED8476

Color information

#ED8476 (or 0xED8476) is unknown color: approx Geraldine. HEX triplet: ED, 84 and 76. RGB value is (237,132,118). Sum of RGB (Red+Green+Blue) = 237+132+118=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8476 is #127B89. Grayscale: #A1A1A1. Windows color (decimal): -1211274 or 7767277. OLE color: 7767277.

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

Color convert

RGB237132118-
CMYK00.440.500.07
HSL7.06º76.77%69.61%-
HSV(B)7.06º50.21%92.94%-
XYZ46.4535.8221.6-
YUV161.8103.29181.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=48.67%
G=27.10%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713211800.440.500.077.0676.7769.61
HexED847602C32774d46
Octal3552041660546277115106
Binary11101101100001001110110010110011001011111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8476; }

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

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

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

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

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

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

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

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