Html Css Color HEX #EC726F Geraldine

📋 copy color: '#EC726F'

red 236 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #EC726F

Tints of Geraldine #EC726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 51.19%
G = 24.73%
B = 24.08%

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

#EC726F (or 0xEC726F) is known color: Geraldine. HEX triplet: EC, 72 and 6F. RGB value is (236,114,111). Sum of RGB (Red+Green+Blue) = 236+114+111=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC726F is #138D90. Grayscale: #969696. Windows color (decimal): -1281425 or 7303916. OLE color: 7303916.

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

Color convert

RGB 236 114 111 -
CMYK 0 0.52 0.53 0.07
HSL 1.44º 0.77% 0.68% -
HSV(B) 1.44º 0.53% 0.93% -
XYZ 43.48 31.02 18.73 -
YUV 150.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 236 114 111 0 0.52 0.53 0.07 1.44 0.77 0.68
Hex EC 72 6F 0 34 35 7 1 4D 44
Octal 354 162 157 0 64 65 7 1 115 104
Binary 11101100 1110010 1101111 0 110100 110101 111 1 1001101 1000100

Color Harmonies of #EC726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC726F

Black with #EC726F

Text Example


Text Example

White with #EC726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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