Html Css Color HEX #EC7C6F Geraldine

📋 copy color: '#EC7C6F'

red 236 ◦ green 124 ◦ blue 111

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

Shades of Geraldine #EC7C6F

Tints of Geraldine #EC7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

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

R = 50.11%
G = 26.33%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7C6F (or 0xEC7C6F) is known color: Geraldine. HEX triplet: EC, 7C and 6F. RGB value is (236,124,111). Sum of RGB (Red+Green+Blue) = 236+124+111=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C6F is #138390. Grayscale: #9C9C9C. Windows color (decimal): -1278865 or 7306476. OLE color: 7306476.

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

Color convert

RGB 236 124 111 -
CMYK 0 0.47 0.53 0.07
HSL 6.24º 0.77% 0.68% -
HSV(B) 6.24º 0.53% 0.93% -
XYZ 44.67 33.4 19.13 -
YUV 156.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 236 124 111 0 0.47 0.53 0.07 6.24 0.77 0.68
Hex EC 7C 6F 0 2F 35 7 6 4D 44
Octal 354 174 157 0 57 65 7 6 115 104
Binary 11101100 1111100 1101111 0 101111 110101 111 110 1001101 1000100

Color Harmonies of #EC7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C6F

Black with #EC7C6F

Text Example


Text Example

White with #EC7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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