#ED7A68

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

Shades of Geraldine #ED7A68

Tints of Geraldine #ED7A68

Color information

#ED7A68 (or 0xED7A68) is unknown color: approx Geraldine. HEX triplet: ED, 7A and 68. RGB value is (237,122,104). Sum of RGB (Red+Green+Blue) = 237+122+104=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A68 is #128597. Grayscale: #9A9A9A. Windows color (decimal): -1213848 or 6847213. OLE color: 6847213.

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

Color convert

RGB237122104-
CMYK00.490.560.07
HSL8.12º78.7%66.86%-
HSV(B)8.12º56.12%92.94%-
XYZ44.3832.9217.11-
YUV154.3399.6186.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=51.19%
G=26.35%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712210400.490.560.078.1278.766.86
HexED7A6803138784f43
Octal35517215006170710117103
Binary11101101111101011010000110001111000111100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A68; }

 p { color: rgb(237,122,104); }

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

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

 a { background-color: rgb(237,122,104); }

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

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

 span { border-color: rgb(237,122,104); }

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