#ED7672

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

Shades of Geraldine #ED7672

Tints of Geraldine #ED7672

Color information

#ED7672 (or 0xED7672) is unknown color: approx Geraldine. HEX triplet: ED, 76 and 72. RGB value is (237,118,114). Sum of RGB (Red+Green+Blue) = 237+118+114=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7672 is #12898D. Grayscale: #999999. Windows color (decimal): -1214862 or 7501549. OLE color: 7501549.

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

Color convert

RGB237118114-
CMYK00.500.520.07
HSL1.95º77.36%68.82%-
HSV(B)1.95º51.9%92.94%-
XYZ44.4432.1819.79-
YUV153.12105.92187.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=50.53%
G=25.16%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711811400.500.520.071.9577.3668.82
HexED767203234724d45
Octal3551661620626472115105
Binary111011011110110111001001100101101001111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7672; }

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

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

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

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

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

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

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

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