#ea706d

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

Shades of Geraldine #EA706D

Tints of Geraldine #EA706D

Color information

#EA706D (or 0xEA706D) is unknown color: approx Geraldine. HEX triplet: EA, 70 and 6D. RGB value is (234,112,109). Sum of RGB (Red+Green+Blue) = 234+112+109=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA706D is #158F92. Grayscale: #949494. Windows color (decimal): -1413011 or 7172330. OLE color: 7172330.

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

Color convert

RGB234112109-
CMYK00.520.530.08
HSL1.44º74.85%67.25%-
HSV(B)1.44º53.42%91.76%-
XYZ42.4930.1818.05-
YUV148.14105.92189.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=51.43%
G=24.62%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411210900.520.530.081.4474.8567.25
HexEA706D03435814b43
Octal35216015506465101113103
Binary111010101110000110110101101001101011000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea706d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea706d; }

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

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

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

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

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

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

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

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