Html Css Color HEX #EC706A Geraldine

📋 copy color: '#EC706A'

red 236 ◦ green 112 ◦ blue 106

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

Shades of Geraldine #EC706A

Tints of Geraldine #EC706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 51.98%
G = 24.67%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC706A (or 0xEC706A) is known color: Geraldine. HEX triplet: EC, 70 and 6A. RGB value is (236,112,106). Sum of RGB (Red+Green+Blue) = 236+112+106=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC706A is #138F95. Grayscale: #949494. Windows color (decimal): -1281942 or 6975724. OLE color: 6975724.

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

Color convert

RGB 236 112 106 -
CMYK 0 0.53 0.55 0.07
HSL 2.77º 0.77% 0.67% -
HSV(B) 2.77º 0.55% 0.93% -
XYZ 42.99 30.46 17.25 -
YUV 148.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 236 112 106 0 0.53 0.55 0.07 2.77 0.77 0.67
Hex EC 70 6A 0 35 37 7 3 4D 43
Octal 354 160 152 0 65 67 7 3 115 103
Binary 11101100 1110000 1101010 0 110101 110111 111 11 1001101 1000011

Color Harmonies of #EC706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC706A

Black with #EC706A

Text Example


Text Example

White with #EC706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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