Html Css Color HEX #EC706C Geraldine

📋 copy color: '#EC706C'

red 236 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #EC706C

Tints of Geraldine #EC706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 51.75%
G = 24.56%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC706C (or 0xEC706C) is known color: Geraldine. HEX triplet: EC, 70 and 6C. RGB value is (236,112,108). Sum of RGB (Red+Green+Blue) = 236+112+108=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC706C is #138F93. Grayscale: #949494. Windows color (decimal): -1281940 or 7106796. OLE color: 7106796.

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

Color convert

RGB 236 112 108 -
CMYK 0 0.53 0.54 0.07
HSL 1.88º 0.77% 0.67% -
HSV(B) 1.88º 0.54% 0.93% -
XYZ 43.09 30.5 17.8 -
YUV 148.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 236 112 108 0 0.53 0.54 0.07 1.88 0.77 0.67
Hex EC 70 6C 0 35 36 7 2 4D 43
Octal 354 160 154 0 65 66 7 2 115 103
Binary 11101100 1110000 1101100 0 110101 110110 111 10 1001101 1000011

Color Harmonies of #EC706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC706C

Black with #EC706C

Text Example


Text Example

White with #EC706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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