Html Css Color HEX #EC8176 Geraldine

📋 copy color: '#EC8176'

red 236 ◦ green 129 ◦ blue 118

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

Shades of Geraldine #EC8176

Tints of Geraldine #EC8176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

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

R = 48.86%
G = 26.71%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC8176 (or 0xEC8176) is known color: Geraldine. HEX triplet: EC, 81 and 76. RGB value is (236,129,118). Sum of RGB (Red+Green+Blue) = 236+129+118=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8176 is #137E89. Grayscale: #9F9F9F. Windows color (decimal): -1277578 or 7766508. OLE color: 7766508.

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

Color convert

RGB 236 129 118 -
CMYK 0 0.45 0.5 0.07
HSL 5.59º 0.76% 0.69% -
HSV(B) 5.59º 0.5% 0.93% -
XYZ 45.71 34.84 21.46 -
YUV 159.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 236 129 118 0 0.45 0.5 0.07 5.59 0.76 0.69
Hex EC 81 76 0 2D 32 7 6 4C 45
Octal 354 201 166 0 55 62 7 6 114 105
Binary 11101100 10000001 1110110 0 101101 110010 111 110 1001100 1000101

Color Harmonies of #EC8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8176

Black with #EC8176

Text Example


Text Example

White with #EC8176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8176; }

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

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

background-color css

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

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

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

border-color css

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

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

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