#EA7D6D

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

Shades of Geraldine #EA7D6D

Tints of Geraldine #EA7D6D

Color information

#EA7D6D (or 0xEA7D6D) is unknown color: approx Geraldine. HEX triplet: EA, 7D and 6D. RGB value is (234,125,109). Sum of RGB (Red+Green+Blue) = 234+125+109=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D6D is #158292. Grayscale: #9B9B9B. Windows color (decimal): -1409683 or 7175658. OLE color: 7175658.

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

Color convert

RGB234125109-
CMYK00.470.530.08
HSL7.68º74.85%67.25%-
HSV(B)7.68º53.42%91.76%-
XYZ44.0333.2618.57-
YUV155.77101.61183.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=50%
G=26.71%
B=23.29%

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
Decimal23412510900.470.530.087.6874.8567.25
HexEA7D6D02F35884b43
Octal352175155057651010113103
Binary111010101111101110110101011111101011000100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D6D; }

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

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

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

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

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

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

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

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