#EA7C6F

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

Shades of Geraldine #EA7C6F

Tints of Geraldine #EA7C6F

Color information

#EA7C6F (or 0xEA7C6F) is unknown color: approx Geraldine. HEX triplet: EA, 7C and 6F. RGB value is (234,124,111). Sum of RGB (Red+Green+Blue) = 234+124+111=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7C6F is #158390. Grayscale: #9B9B9B. Windows color (decimal): -1409937 or 7306474. OLE color: 7306474.

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

Color convert

RGB234124111-
CMYK00.470.530.08
HSL6.34º74.55%67.65%-
HSV(B)6.34º52.56%91.76%-
XYZ44.0133.0619.1-
YUV155.41102.94184.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=49.89%
G=26.44%
B=23.67%

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
Decimal23412411100.470.530.086.3474.5567.65
HexEA7C6F02F35864b44
Octal35217415705765106113104
Binary11101010111110011011110101111110101100011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C6F; }

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

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

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

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

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

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

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

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