#EA7A68

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

Shades of Geraldine #EA7A68

Tints of Geraldine #EA7A68

Color information

#EA7A68 (or 0xEA7A68) is unknown color: approx Geraldine. HEX triplet: EA, 7A and 68. RGB value is (234,122,104). Sum of RGB (Red+Green+Blue) = 234+122+104=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A68 is #158597. Grayscale: #999999. Windows color (decimal): -1410456 or 6847210. OLE color: 6847210.

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

Color convert

RGB234122104-
CMYK00.480.560.08
HSL8.31º75.58%66.27%-
HSV(B)8.31º55.56%91.76%-
XYZ43.3932.4117.07-
YUV153.44100.11185.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=50.87%
G=26.52%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412210400.480.560.088.3175.5866.27
HexEA7A6803038884c42
Octal352172150060701010114102
Binary111010101111010110100001100001110001000100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7A68; }

 p { color: rgb(234,122,104); }

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

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

 a { background-color: rgb(234,122,104); }

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

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

 span { border-color: rgb(234,122,104); }

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