#EF736E

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

Shades of Geraldine #EF736E

Tints of Geraldine #EF736E

Color information

#EF736E (or 0xEF736E) is unknown color: approx Geraldine. HEX triplet: EF, 73 and 6E. RGB value is (239,115,110). Sum of RGB (Red+Green+Blue) = 239+115+110=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF736E is #108C91. Grayscale: #979797. Windows color (decimal): -1084562 or 7238639. OLE color: 7238639.

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

Color convert

RGB239115110-
CMYK00.520.540.06
HSL2.33º80.12%68.43%-
HSV(B)2.33º53.97%93.73%-
XYZ44.5431.7418.53-
YUV151.51104.58190.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=51.51%
G=24.78%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911511000.520.540.062.3380.1268.43
HexEF736E03436625044
Octal3571631560646662120104
Binary111011111110011110111001101001101101101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF736E; }

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

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

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

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

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

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

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

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