#EF6F6D

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

Shades of Geraldine #EF6F6D

Tints of Geraldine #EF6F6D

Color information

#EF6F6D (or 0xEF6F6D) is unknown color: approx Geraldine. HEX triplet: EF, 6F and 6D. RGB value is (239,111,109). Sum of RGB (Red+Green+Blue) = 239+111+109=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F6D is #109092. Grayscale: #959595. Windows color (decimal): -1085587 or 7172079. OLE color: 7172079.

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

Color convert

RGB239111109-
CMYK00.540.540.06
HSL0.92º80.25%68.24%-
HSV(B)0.92º54.39%93.73%-
XYZ44.0430.8218.1-
YUV149.04105.41192.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=52.07%
G=24.18%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911110900.540.540.060.9280.2568.24
HexEF6F6D03636615044
Octal3571571550666661120104
Binary11101111110111111011010110110110110110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6F6D; }

 p { color: rgb(239,111,109); }

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

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

 a { background-color: rgb(239,111,109); }

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

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

 span { border-color: rgb(239,111,109); }

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