Html Css Color HEX #EC756C Geraldine

📋 copy color: '#EC756C'

red 236 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #EC756C

Tints of Geraldine #EC756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

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

R = 51.19%
G = 25.38%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC756C (or 0xEC756C) is known color: Geraldine. HEX triplet: EC, 75 and 6C. RGB value is (236,117,108). Sum of RGB (Red+Green+Blue) = 236+117+108=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC756C is #138A93. Grayscale: #979797. Windows color (decimal): -1280660 or 7108076. OLE color: 7108076.

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

Color convert

RGB 236 117 108 -
CMYK 0 0.50 0.54 0.07
HSL 4.22º 0.77% 0.67% -
HSV(B) 4.22º 0.54% 0.93% -
XYZ 43.66 31.64 17.99 -
YUV 151.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 236 117 108 0 0.50 0.54 0.07 4.22 0.77 0.67
Hex EC 75 6C 0 32 36 7 4 4D 43
Octal 354 165 154 0 62 66 7 4 115 103
Binary 11101100 1110101 1101100 0 110010 110110 111 100 1001101 1000011

Color Harmonies of #EC756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC756C

Black with #EC756C

Text Example


Text Example

White with #EC756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC756C; }

 p { color: rgb(236,117,108); }

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

background-color css

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

 a { background-color: rgb(236,117,108); }

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

border-color css

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

 span { border-color: rgb(236,117,108); }

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