Html Css Color HEX #EC776A Geraldine

📋 copy color: '#EC776A'

red 236 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #EC776A

Tints of Geraldine #EC776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.81%

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

R = 51.19%
G = 25.81%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC776A (or 0xEC776A) is known color: Geraldine. HEX triplet: EC, 77 and 6A. RGB value is (236,119,106). Sum of RGB (Red+Green+Blue) = 236+119+106=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC776A is #138895. Grayscale: #989898. Windows color (decimal): -1280150 or 6977516. OLE color: 6977516.

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

Color convert

RGB 236 119 106 -
CMYK 0 0.50 0.55 0.07
HSL 0.77% 0.67% -
HSV(B) 0.55% 0.93% -
XYZ 43.79 32.07 17.52 -
YUV 152.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 236 119 106 0 0.50 0.55 0.07 6 0.77 0.67
Hex EC 77 6A 0 32 37 7 6 4D 43
Octal 354 167 152 0 62 67 7 6 115 103
Binary 11101100 1110111 1101010 0 110010 110111 111 110 1001101 1000011

Color Harmonies of #EC776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC776A

Black with #EC776A

Text Example


Text Example

White with #EC776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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