Html Css Color HEX #EC7876 Geraldine

📋 copy color: '#EC7876'

red 236 ◦ green 120 ◦ blue 118

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

Shades of Geraldine #EC7876

Tints of Geraldine #EC7876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 49.79%
G = 25.32%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC7876 (or 0xEC7876) is known color: Geraldine. HEX triplet: EC, 78 and 76. RGB value is (236,120,118). Sum of RGB (Red+Green+Blue) = 236+120+118=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7876 is #138789. Grayscale: #9A9A9A. Windows color (decimal): -1279882 or 7764204. OLE color: 7764204.

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

Color convert

RGB 236 120 118 -
CMYK 0 0.49 0.5 0.07
HSL 1.02º 0.76% 0.69% -
HSV(B) 1.02º 0.5% 0.93% -
XYZ 44.58 32.57 21.08 -
YUV 154.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 236 120 118 0 0.49 0.5 0.07 1.02 0.76 0.69
Hex EC 78 76 0 31 32 7 1 4C 45
Octal 354 170 166 0 61 62 7 1 114 105
Binary 11101100 1111000 1110110 0 110001 110010 111 1 1001100 1000101

Color Harmonies of #EC7876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7876

Black with #EC7876

Text Example


Text Example

White with #EC7876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7876; }

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

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

background-color css

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

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

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

border-color css

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

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

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