Html Css Color HEX #EF786B Geraldine

📋 copy color: '#EF786B'

red 239 ◦ green 120 ◦ blue 107

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

Shades of Geraldine #EF786B

Tints of Geraldine #EF786B

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 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

#EF786B (or 0xEF786B) is known color: 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

RGB 239 120 107 -
CMYK 0 0.50 0.55 0.06
HSL 5.91º 0.8% 0.68% -
HSV(B) 5.91º 0.55% 0.94% -
XYZ 44.97 32.85 17.88 -
YUV 154.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 239 120 107 0 0.50 0.55 0.06 5.91 0.8 0.68
Hex EF 78 6B 0 32 37 6 6 50 44
Octal 357 170 153 0 62 67 6 6 120 104
Binary 11101111 1111000 1101011 0 110010 110111 110 110 1010000 1000100

Color Harmonies of #EF786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF786B

Black with #EF786B

Text Example


Text Example

White with #EF786B

Text Example


Text Example

HTML Codes & Css Web 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>