Html Css Color HEX #EF716D Geraldine

📋 copy color: '#EF716D'

red 239 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #EF716D

Tints of Geraldine #EF716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 51.84%
G = 24.51%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF716D (or 0xEF716D) is known color: Geraldine. HEX triplet: EF, 71 and 6D. RGB value is (239,113,109). Sum of RGB (Red+Green+Blue) = 239+113+109=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF716D is #108E92. Grayscale: #969696. Windows color (decimal): -1085075 or 7172591. OLE color: 7172591.

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

Color convert

RGB 239 113 109 -
CMYK 0 0.53 0.54 0.06
HSL 1.85º 0.8% 0.68% -
HSV(B) 1.85º 0.54% 0.94% -
XYZ 44.26 31.27 18.17 -
YUV 150.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 239 113 109 0 0.53 0.54 0.06 1.85 0.8 0.68
Hex EF 71 6D 0 35 36 6 2 50 44
Octal 357 161 155 0 65 66 6 2 120 104
Binary 11101111 1110001 1101101 0 110101 110110 110 10 1010000 1000100

Color Harmonies of #EF716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF716D

Black with #EF716D

Text Example


Text Example

White with #EF716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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