Html Css Color HEX #EC766E Geraldine

📋 copy color: '#EC766E'

red 236 ◦ green 118 ◦ blue 110

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

Shades of Geraldine #EC766E

Tints of Geraldine #EC766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 50.86%
G = 25.43%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC766E (or 0xEC766E) is known color: Geraldine. HEX triplet: EC, 76 and 6E. RGB value is (236,118,110). Sum of RGB (Red+Green+Blue) = 236+118+110=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC766E is #138991. Grayscale: #989898. Windows color (decimal): -1280402 or 7239404. OLE color: 7239404.

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

Color convert

RGB 236 118 110 -
CMYK 0 0.5 0.53 0.07
HSL 3.81º 0.77% 0.68% -
HSV(B) 3.81º 0.53% 0.93% -
XYZ 43.88 31.92 18.6 -
YUV 152.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 236 118 110 0 0.5 0.53 0.07 3.81 0.77 0.68
Hex EC 76 6E 0 32 35 7 4 4D 44
Octal 354 166 156 0 62 65 7 4 115 104
Binary 11101100 1110110 1101110 0 110010 110101 111 100 1001101 1000100

Color Harmonies of #EC766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC766E

Black with #EC766E

Text Example


Text Example

White with #EC766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC766E; }

 p { color: rgb(236,118,110); }

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

background-color css

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

 a { background-color: rgb(236,118,110); }

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

border-color css

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

 span { border-color: rgb(236,118,110); }

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