#EF6F6B

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

Shades of Geraldine #EF6F6B

Tints of Geraldine #EF6F6B

Color information

#EF6F6B (or 0xEF6F6B) is unknown color: approx Geraldine. HEX triplet: EF, 6F and 6B. RGB value is (239,111,107). Sum of RGB (Red+Green+Blue) = 239+111+107=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F6B is #109094. Grayscale: #949494. Windows color (decimal): -1085589 or 7041007. OLE color: 7041007.

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

Color convert

RGB239111107-
CMYK00.540.550.06
HSL1.82º80.49%67.84%-
HSV(B)1.82º55.23%93.73%-
XYZ43.9330.7817.54-
YUV148.82104.41192.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=52.30%
G=24.29%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911110700.540.550.061.8280.4967.84
HexEF6F6B03637625044
Octal3571571530666762120104
Binary111011111101111110101101101101101111101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6F6B; }

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

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

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

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

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

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

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

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