#EA7E74

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

Shades of Geraldine #EA7E74

Tints of Geraldine #EA7E74

Color information

#EA7E74 (or 0xEA7E74) is unknown color: approx Geraldine. HEX triplet: EA, 7E and 74. RGB value is (234,126,116). Sum of RGB (Red+Green+Blue) = 234+126+116=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E74 is #15818B. Grayscale: #9D9D9D. Windows color (decimal): -1409420 or 7634666. OLE color: 7634666.

HSL color Cylindrical-coordinate representation of color #EA7E74: hue angle of 5.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7E74 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234126116-
CMYK00.460.500.08
HSL5.08º73.75%68.63%-
HSV(B)5.08º50.43%91.76%-
XYZ44.5433.6820.68-
YUV157.15104.78182.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=49.16%
G=26.47%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412611600.460.500.085.0873.7568.63
HexEA7E7402E32854a45
Octal35217616405662105112105
Binary11101010111111011101000101110110010100010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E74; }

 p { color: rgb(234,126,116); }

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

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

 a { background-color: rgb(234,126,116); }

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

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

 span { border-color: rgb(234,126,116); }

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