#EA7769

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

Shades of Geraldine #EA7769

Tints of Geraldine #EA7769

Color information

#EA7769 (or 0xEA7769) is unknown color: approx Geraldine. HEX triplet: EA, 77 and 69. RGB value is (234,119,105). Sum of RGB (Red+Green+Blue) = 234+119+105=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7769 is #158896. Grayscale: #979797. Windows color (decimal): -1411223 or 6911978. OLE color: 6911978.

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

Color convert

RGB234119105-
CMYK00.490.550.08
HSL6.51º75.44%66.47%-
HSV(B)6.51º55.13%91.76%-
XYZ43.0831.7117.21-
YUV151.79101.6186.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.09%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=51.09%
G=25.98%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411910500.490.550.086.5175.4466.47
HexEA776903137874b42
Octal35216715106167107113102
Binary11101010111011111010010110001110111100011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7769; }

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

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

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

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

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

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

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

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