#EF7768

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

Shades of Geraldine #EF7768

Tints of Geraldine #EF7768

Color information

#EF7768 (or 0xEF7768) is unknown color: approx Geraldine. HEX triplet: EF, 77 and 68. RGB value is (239,119,104). Sum of RGB (Red+Green+Blue) = 239+119+104=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7768 is #108897. Grayscale: #999999. Windows color (decimal): -1083544 or 6846447. OLE color: 6846447.

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

Color convert

RGB239119104-
CMYK00.500.560.06
HSL6.67º80.84%67.25%-
HSV(B)6.67º56.49%93.73%-
XYZ44.6932.5417.02-
YUV153.17100.26189.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 104 (41.02% from 255) = 22.51%
R=51.73%
G=25.76%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911910400.500.560.066.6780.8467.25
HexEF776803238675143
Octal3571671500627067121103
Binary1110111111101111101000011001011100011011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7768; }

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

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

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

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

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

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

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

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