Html Css Color HEX #EC706D Geraldine

📋 copy color: '#EC706D'

red 236 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #EC706D

Tints of Geraldine #EC706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 51.64%
G = 24.51%
B = 23.85%

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

#EC706D (or 0xEC706D) is known color: Geraldine. HEX triplet: EC, 70 and 6D. RGB value is (236,112,109). Sum of RGB (Red+Green+Blue) = 236+112+109=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC706D is #138F92. Grayscale: #949494. Windows color (decimal): -1281939 or 7172332. OLE color: 7172332.

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

Color convert

RGB 236 112 109 -
CMYK 0 0.53 0.54 0.07
HSL 1.42º 0.77% 0.68% -
HSV(B) 1.42º 0.54% 0.93% -
XYZ 43.15 30.53 18.09 -
YUV 148.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 236 112 109 0 0.53 0.54 0.07 1.42 0.77 0.68
Hex EC 70 6D 0 35 36 7 1 4D 44
Octal 354 160 155 0 65 66 7 1 115 104
Binary 11101100 1110000 1101101 0 110101 110110 111 1 1001101 1000100

Color Harmonies of #EC706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC706D

Black with #EC706D

Text Example


Text Example

White with #EC706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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