#EF7668

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

Shades of Geraldine #EF7668

Tints of Geraldine #EF7668

Color information

#EF7668 (or 0xEF7668) is unknown color: approx Geraldine. HEX triplet: EF, 76 and 68. RGB value is (239,118,104). Sum of RGB (Red+Green+Blue) = 239+118+104=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7668 is #108997. Grayscale: #989898. Windows color (decimal): -1083800 or 6846191. OLE color: 6846191.

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

Color convert

RGB239118104-
CMYK00.510.560.06
HSL6.22º80.84%67.25%-
HSV(B)6.22º56.49%93.73%-
XYZ44.5732.3116.98-
YUV152.58100.59189.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=51.84%
G=25.60%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911810400.510.560.066.2280.8467.25
HexEF766803338665143
Octal3571661500637066121103
Binary1110111111101101101000011001111100011011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7668; }

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

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

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

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

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

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

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

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