#EA7C6D

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

Shades of Geraldine #EA7C6D

Tints of Geraldine #EA7C6D

Color information

#EA7C6D (or 0xEA7C6D) is unknown color: approx Geraldine. HEX triplet: EA, 7C and 6D. RGB value is (234,124,109). Sum of RGB (Red+Green+Blue) = 234+124+109=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7C6D is #158392. Grayscale: #9B9B9B. Windows color (decimal): -1409939 or 7175402. OLE color: 7175402.

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

Color convert

RGB234124109-
CMYK00.470.530.08
HSL7.2º74.85%67.25%-
HSV(B)7.2º53.42%91.76%-
XYZ43.933.0118.53-
YUV155.18101.94184.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=50.11%
G=26.55%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412410900.470.530.087.274.8567.25
HexEA7C6D02F35874b43
Octal35217415505765107113103
Binary11101010111110011011010101111110101100011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C6D; }

 p { color: rgb(234,124,109); }

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

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

 a { background-color: rgb(234,124,109); }

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

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

 span { border-color: rgb(234,124,109); }

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