Html Css Color HEX #EC8076 Geraldine

📋 copy color: '#EC8076'

red 236 ◦ green 128 ◦ blue 118

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

Shades of Geraldine #EC8076

Tints of Geraldine #EC8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

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

R = 48.96%
G = 26.56%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC8076 (or 0xEC8076) is known color: Geraldine. HEX triplet: EC, 80 and 76. RGB value is (236,128,118). Sum of RGB (Red+Green+Blue) = 236+128+118=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8076 is #137F89. Grayscale: #9F9F9F. Windows color (decimal): -1277834 or 7766252. OLE color: 7766252.

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

Color convert

RGB 236 128 118 -
CMYK 0 0.46 0.5 0.07
HSL 5.08º 0.76% 0.69% -
HSV(B) 5.08º 0.5% 0.93% -
XYZ 45.58 34.58 21.41 -
YUV 159.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 236 128 118 0 0.46 0.5 0.07 5.08 0.76 0.69
Hex EC 80 76 0 2E 32 7 5 4C 45
Octal 354 200 166 0 56 62 7 5 114 105
Binary 11101100 10000000 1110110 0 101110 110010 111 101 1001100 1000101

Color Harmonies of #EC8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8076

Black with #EC8076

Text Example


Text Example

White with #EC8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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