Html Css Color HEX #EF716C Geraldine

📋 copy color: '#EF716C'

red 239 ◦ green 113 ◦ blue 108

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

Shades of Geraldine #EF716C

Tints of Geraldine #EF716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

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

R = 51.96%
G = 24.57%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF716C (or 0xEF716C) is known color: Geraldine. HEX triplet: EF, 71 and 6C. RGB value is (239,113,108). Sum of RGB (Red+Green+Blue) = 239+113+108=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF716C is #108E93. Grayscale: #969696. Windows color (decimal): -1085076 or 7107055. OLE color: 7107055.

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

Color convert

RGB 239 113 108 -
CMYK 0 0.53 0.55 0.06
HSL 2.29º 0.8% 0.68% -
HSV(B) 2.29º 0.55% 0.94% -
XYZ 44.21 31.24 17.89 -
YUV 150.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 239 113 108 0 0.53 0.55 0.06 2.29 0.8 0.68
Hex EF 71 6C 0 35 37 6 2 50 44
Octal 357 161 154 0 65 67 6 2 120 104
Binary 11101111 1110001 1101100 0 110101 110111 110 10 1010000 1000100

Color Harmonies of #EF716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF716C

Black with #EF716C

Text Example


Text Example

White with #EF716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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