#EA7969

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

Shades of Geraldine #EA7969

Tints of Geraldine #EA7969

Color information

#EA7969 (or 0xEA7969) is unknown color: approx Geraldine. HEX triplet: EA, 79 and 69. RGB value is (234,121,105). Sum of RGB (Red+Green+Blue) = 234+121+105=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7969 is #158696. Grayscale: #999999. Windows color (decimal): -1410711 or 6912490. OLE color: 6912490.

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

Color convert

RGB234121105-
CMYK00.480.550.08
HSL7.44º75.44%66.47%-
HSV(B)7.44º55.13%91.76%-
XYZ43.3232.1917.29-
YUV152.96100.94185.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=50.87%
G=26.30%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412110500.480.550.087.4475.4466.47
HexEA796903037874b42
Octal35217115106067107113102
Binary11101010111100111010010110000110111100011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7969; }

 p { color: rgb(234,121,105); }

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

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

 a { background-color: rgb(234,121,105); }

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

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

 span { border-color: rgb(234,121,105); }

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