#EA706F

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

Shades of Geraldine #EA706F

Tints of Geraldine #EA706F

Color information

#EA706F (or 0xEA706F) is unknown color: approx Geraldine. HEX triplet: EA, 70 and 6F. RGB value is (234,112,111). Sum of RGB (Red+Green+Blue) = 234+112+111=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA706F is #158F90. Grayscale: #949494. Windows color (decimal): -1413009 or 7303402. OLE color: 7303402.

HSL color Cylindrical-coordinate representation of color #EA706F: hue angle of 0.49º 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 #EA706F is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234112111-
CMYK00.520.530.08
HSL0.49º74.55%67.65%-
HSV(B)0.49º52.56%91.76%-
XYZ42.630.2318.63-
YUV148.36106.92189.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=51.20%
G=24.51%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411211100.520.530.080.4974.5567.65
HexEA706F03435804b44
Octal35216015706465100113104
Binary111010101110000110111101101001101011000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA706F; }

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

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

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

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

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

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

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

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