#EA706C

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

Shades of Geraldine #EA706C

Tints of Geraldine #EA706C

Color information

#EA706C (or 0xEA706C) is unknown color: approx Geraldine. HEX triplet: EA, 70 and 6C. RGB value is (234,112,108). Sum of RGB (Red+Green+Blue) = 234+112+108=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA706C is #158F93. Grayscale: #949494. Windows color (decimal): -1413012 or 7106794. OLE color: 7106794.

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

Color convert

RGB234112108-
CMYK00.520.540.08
HSL1.9º75%67.06%-
HSV(B)1.9º53.85%91.76%-
XYZ42.4330.1617.77-
YUV148.02105.42189.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=51.54%
G=24.67%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411210800.520.540.081.97567.06
HexEA706C03436824b43
Octal35216015406466102113103
Binary1110101011100001101100011010011011010001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA706C; }

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

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

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

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

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

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

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

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