#EF6E69

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

Shades of Geraldine #EF6E69

Tints of Geraldine #EF6E69

Color information

#EF6E69 (or 0xEF6E69) is unknown color: approx Geraldine. HEX triplet: EF, 6E and 69. RGB value is (239,110,105). Sum of RGB (Red+Green+Blue) = 239+110+105=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6E69 is #109196. Grayscale: #949494. Windows color (decimal): -1085847 or 6909679. OLE color: 6909679.

HSL color Cylindrical-coordinate representation of color #EF6E69: hue angle of 2.24º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6E69 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239110105-
CMYK00.540.560.06
HSL2.24º80.72%67.45%-
HSV(B)2.24º56.07%93.73%-
XYZ43.7230.5216.95-
YUV148103.74192.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.64%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=52.64%
G=24.23%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911010500.540.560.062.2480.7267.45
HexEF6E6903638625143
Octal3571561510667062121103
Binary111011111101110110100101101101110001101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6E69; }

 p { color: rgb(239,110,105); }

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

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

 a { background-color: rgb(239,110,105); }

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

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

 span { border-color: rgb(239,110,105); }

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