#EA7D6F

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

Shades of Geraldine #EA7D6F

Tints of Geraldine #EA7D6F

Color information

#EA7D6F (or 0xEA7D6F) is unknown color: approx Geraldine. HEX triplet: EA, 7D and 6F. RGB value is (234,125,111). Sum of RGB (Red+Green+Blue) = 234+125+111=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D6F is #158290. Grayscale: #9C9C9C. Windows color (decimal): -1409681 or 7306730. OLE color: 7306730.

HSL color Cylindrical-coordinate representation of color #EA7D6F: hue angle of 6.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA7D6F is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234125111-
CMYK00.470.530.08
HSL6.83º74.55%67.65%-
HSV(B)6.83º52.56%91.76%-
XYZ44.1333.3119.14-
YUV156102.61183.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=49.79%
G=26.60%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412511100.470.530.086.8374.5567.65
HexEA7D6F02F35874b44
Octal35217515705765107113104
Binary11101010111110111011110101111110101100011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D6F; }

 p { color: rgb(234,125,111); }

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

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

 a { background-color: rgb(234,125,111); }

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

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

 span { border-color: rgb(234,125,111); }

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