#EF7368

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

Shades of Geraldine #EF7368

Tints of Geraldine #EF7368

Color information

#EF7368 (or 0xEF7368) is unknown color: approx Geraldine. HEX triplet: EF, 73 and 68. RGB value is (239,115,104). Sum of RGB (Red+Green+Blue) = 239+115+104=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7368 is #108C97. Grayscale: #969696. Windows color (decimal): -1084568 or 6845423. OLE color: 6845423.

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

Color convert

RGB239115104-
CMYK00.520.560.06
HSL4.89º80.84%67.25%-
HSV(B)4.89º56.49%93.73%-
XYZ44.2331.6116.87-
YUV150.82101.58190.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=52.18%
G=25.11%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911510400.520.560.064.8980.8467.25
HexEF736803438655143
Octal3571631500647065121103
Binary1110111111100111101000011010011100011010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7368; }

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

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

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

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

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

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

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

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