#EF786D

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

Shades of Geraldine #EF786D

Tints of Geraldine #EF786D

Color information

#EF786D (or 0xEF786D) is unknown color: approx Geraldine. HEX triplet: EF, 78 and 6D. RGB value is (239,120,109). Sum of RGB (Red+Green+Blue) = 239+120+109=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF786D is #108792. Grayscale: #9A9A9A. Windows color (decimal): -1083283 or 7174383. OLE color: 7174383.

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

Color convert

RGB239120109-
CMYK00.500.540.06
HSL5.08º80.25%68.24%-
HSV(B)5.08º54.39%93.73%-
XYZ45.0732.8918.44-
YUV154.33102.42188.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.07%
GREEN value IS 120 (47.27% from 255) = 25.64%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=51.07%
G=25.64%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912010900.500.540.065.0880.2568.24
HexEF786D03236655044
Octal3571701550626665120104
Binary1110111111110001101101011001011011011010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF786D; }

 p { color: rgb(239,120,109); }

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

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

 a { background-color: rgb(239,120,109); }

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

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

 span { border-color: rgb(239,120,109); }

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