#EA726A

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

Shades of Geraldine #EA726A

Tints of Geraldine #EA726A

Color information

#EA726A (or 0xEA726A) is unknown color: approx Geraldine. HEX triplet: EA, 72 and 6A. RGB value is (234,114,106). Sum of RGB (Red+Green+Blue) = 234+114+106=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA726A is #158D95. Grayscale: #959595. Windows color (decimal): -1412502 or 6976234. OLE color: 6976234.

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

Color convert

RGB234114106-
CMYK00.510.550.08
HSL3.75º75.29%66.67%-
HSV(B)3.75º54.7%91.76%-
XYZ42.5530.5717.29-
YUV148.97103.76188.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=51.54%
G=25.11%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411410600.510.550.083.7575.2966.67
HexEA726A03337844b43
Octal35216215206367104113103
Binary11101010111001011010100110011110111100010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA726A; }

 p { color: rgb(234,114,106); }

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

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

 a { background-color: rgb(234,114,106); }

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

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

 span { border-color: rgb(234,114,106); }

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