Html Css Color HEX #EC8279 Geraldine

📋 copy color: '#EC8279'

red 236 ◦ green 130 ◦ blue 121

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

Shades of Geraldine #EC8279

Tints of Geraldine #EC8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.69%

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 48.46%
G = 26.69%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC8279 (or 0xEC8279) is known color: Geraldine. HEX triplet: EC, 82 and 79. RGB value is (236,130,121). Sum of RGB (Red+Green+Blue) = 236+130+121=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8279 is #137D86. Grayscale: #A0A0A0. Windows color (decimal): -1277319 or 7963372. OLE color: 7963372.

HSL color Cylindrical-coordinate representation of color #EC8279: hue angle of 4.7º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC8279 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 121 -
CMYK 0 0.45 0.49 0.07
HSL 4.7º 0.75% 0.7% -
HSV(B) 4.7º 0.49% 0.93% -
XYZ 46.03 35.18 22.45 -
YUV 160.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 236 130 121 0 0.45 0.49 0.07 4.7 0.75 0.7
Hex EC 82 79 0 2D 31 7 5 4B 46
Octal 354 202 171 0 55 61 7 5 113 106
Binary 11101100 10000010 1111001 0 101101 110001 111 101 1001011 1000110

Color Harmonies of #EC8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8279

Black with #EC8279

Text Example


Text Example

White with #EC8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8279; }

 p { color: rgb(236,130,121); }

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

background-color css

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

 a { background-color: rgb(236,130,121); }

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

border-color css

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

 span { border-color: rgb(236,130,121); }

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