#ED7667

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

Shades of Geraldine #ED7667

Tints of Geraldine #ED7667

Color information

#ED7667 (or 0xED7667) is unknown color: approx Geraldine. HEX triplet: ED, 76 and 67. RGB value is (237,118,103). Sum of RGB (Red+Green+Blue) = 237+118+103=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7667 is #128998. Grayscale: #989898. Windows color (decimal): -1214873 or 6780653. OLE color: 6780653.

HSL color Cylindrical-coordinate representation of color #ED7667: hue angle of 6.72º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7667 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237118103-
CMYK00.500.570.07
HSL6.72º78.82%66.67%-
HSV(B)6.72º56.54%92.94%-
XYZ43.8531.9416.69-
YUV151.87100.42188.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.75%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=51.75%
G=25.76%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711810300.500.570.076.7278.8266.67
HexED766703239774f43
Octal3551661470627177117103
Binary1110110111101101100111011001011100111111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7667; }

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

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

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

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

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

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

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

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