#ef786b

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

Shades of Geraldine #EF786B

Tints of Geraldine #EF786B

Color information

#EF786B (or 0xEF786B) is unknown color: approx Geraldine. HEX triplet: EF, 78 and 6B. RGB value is (239,120,107). Sum of RGB (Red+Green+Blue) = 239+120+107=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF786B is #108794. Grayscale: #9A9A9A. Windows color (decimal): -1083285 or 7043311. OLE color: 7043311.

HSL color Cylindrical-coordinate representation of color #EF786B: hue angle of 5.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF786B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB239120107-
CMYK00.500.550.06
HSL5.91º80.49%67.84%-
HSV(B)5.91º55.23%93.73%-
XYZ44.9732.8517.88-
YUV154.1101.42188.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.29%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 107 (42.19% from 255) = 22.96%
R=51.29%
G=25.75%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912010700.500.550.065.9180.4967.84
HexEF786B03237665044
Octal3571701530626766120104
Binary1110111111110001101011011001011011111011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef786b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef786b; }

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

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

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

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

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

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

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

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