#EA7669

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

Shades of Geraldine #EA7669

Tints of Geraldine #EA7669

Color information

#EA7669 (or 0xEA7669) is unknown color: approx Geraldine. HEX triplet: EA, 76 and 69. RGB value is (234,118,105). Sum of RGB (Red+Green+Blue) = 234+118+105=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7669 is #158996. Grayscale: #979797. Windows color (decimal): -1411479 or 6911722. OLE color: 6911722.

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

Color convert

RGB234118105-
CMYK00.500.550.08
HSL6.05º75.44%66.47%-
HSV(B)6.05º55.13%91.76%-
XYZ42.9631.4717.17-
YUV151.2101.93187.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=51.20%
G=25.82%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411810500.500.550.086.0575.4466.47
HexEA766903237864b42
Octal35216615106267106113102
Binary11101010111011011010010110010110111100011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7669; }

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

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

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

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

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

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

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

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