Html Css Color HEX #EF786C Geraldine

📋 copy color: '#EF786C'

red 239 ◦ green 120 ◦ blue 108

#EF786C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EF786C

Tints of Geraldine #EF786C

RGB

 RED value IS 239 (93.75% from 255) = 51.18%

 GREEN value IS 120 (47.27% from 255) = 25.7%

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 51.18%
G = 25.7%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF786C (or 0xEF786C) is known color: Geraldine. HEX triplet: EF, 78 and 6C. RGB value is (239,120,108). Sum of RGB (Red+Green+Blue) = 239+120+108=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF786C is #108793. Grayscale: #9A9A9A. Windows color (decimal): -1083284 or 7108847. OLE color: 7108847.

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

Color convert

RGB 239 120 108 -
CMYK 0 0.50 0.55 0.06
HSL 5.5º 0.8% 0.68% -
HSV(B) 5.5º 0.55% 0.94% -
XYZ 45.02 32.87 18.16 -
YUV 154.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 239 120 108 0 0.50 0.55 0.06 5.5 0.8 0.68
Hex EF 78 6C 0 32 37 6 5 50 44
Octal 357 170 154 0 62 67 6 5 120 104
Binary 11101111 1111000 1101100 0 110010 110111 110 101 1010000 1000100

Color Harmonies of #EF786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF786C

Black with #EF786C

Text Example


Text Example

White with #EF786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF786C; }

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

 H1.HeaderClassName
 {
   color: #EF786C;
 }
 .AnyTagClassName
 {
   color: #EF786C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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