Html Css Color HEX #EC716F Geraldine

📋 copy color: '#EC716F'

red 236 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #EC716F

Tints of Geraldine #EC716F

RGB

 RED value IS 236 (92.58% from 255) = 51.3%

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

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 51.3%
G = 24.57%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC716F (or 0xEC716F) is known color: Geraldine. HEX triplet: EC, 71 and 6F. RGB value is (236,113,111). Sum of RGB (Red+Green+Blue) = 236+113+111=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC716F is #138E90. Grayscale: #959595. Windows color (decimal): -1281681 or 7303660. OLE color: 7303660.

HSL color Cylindrical-coordinate representation of color #EC716F: hue angle of 0.96º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC716F is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 111 -
CMYK 0 0.52 0.53 0.07
HSL 0.96º 0.77% 0.68% -
HSV(B) 0.96º 0.53% 0.93% -
XYZ 43.37 30.79 18.7 -
YUV 149.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 236 113 111 0 0.52 0.53 0.07 0.96 0.77 0.68
Hex EC 71 6F 0 34 35 7 1 4D 44
Octal 354 161 157 0 64 65 7 1 115 104
Binary 11101100 1110001 1101111 0 110100 110101 111 1 1001101 1000100

Color Harmonies of #EC716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC716F

Black with #EC716F

Text Example


Text Example

White with #EC716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC716F; }

 p { color: rgb(236,113,111); }

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

background-color css

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

 a { background-color: rgb(236,113,111); }

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

border-color css

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

 span { border-color: rgb(236,113,111); }

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