#EA7F6A

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

Shades of Geraldine #EA7F6A

Tints of Geraldine #EA7F6A

Color information

#EA7F6A (or 0xEA7F6A) is unknown color: approx Geraldine. HEX triplet: EA, 7F and 6A. RGB value is (234,127,106). Sum of RGB (Red+Green+Blue) = 234+127+106=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7F6A is #158095. Grayscale: #9C9C9C. Windows color (decimal): -1409174 or 6979562. OLE color: 6979562.

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

Color convert

RGB234127106-
CMYK00.460.550.08
HSL9.84º75.29%66.67%-
HSV(B)9.84º54.7%91.76%-
XYZ44.1233.7117.82-
YUV156.699.45183.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=50.11%
G=27.19%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412710600.460.550.089.8475.2966.67
HexEA7F6A02E378a4b43
Octal352177152056671012113103
Binary111010101111111110101001011101101111000101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7F6A; }

 p { color: rgb(234,127,106); }

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

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

 a { background-color: rgb(234,127,106); }

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

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

 span { border-color: rgb(234,127,106); }

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