Html Css Color HEX #EC8776 Geraldine

📋 copy color: '#EC8776'

red 236 ◦ green 135 ◦ blue 118

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

Shades of Geraldine #EC8776

Tints of Geraldine #EC8776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 48.26%
G = 27.61%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC8776 (or 0xEC8776) is known color: Geraldine. HEX triplet: EC, 87 and 76. RGB value is (236,135,118). Sum of RGB (Red+Green+Blue) = 236+135+118=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8776 is #137889. Grayscale: #A3A3A3. Windows color (decimal): -1276042 or 7768044. OLE color: 7768044.

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

Color convert

RGB 236 135 118 -
CMYK 0 0.43 0.5 0.07
HSL 8.64º 0.76% 0.69% -
HSV(B) 8.64º 0.5% 0.93% -
XYZ 46.53 36.47 21.73 -
YUV 163.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 236 135 118 0 0.43 0.5 0.07 8.64 0.76 0.69
Hex EC 87 76 0 2B 32 7 9 4C 45
Octal 354 207 166 0 53 62 7 11 114 105
Binary 11101100 10000111 1110110 0 101011 110010 111 1001 1001100 1000101

Color Harmonies of #EC8776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8776

Black with #EC8776

Text Example


Text Example

White with #EC8776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8776; }

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

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

background-color css

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

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

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

border-color css

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

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

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