Html Css Color HEX #EC8473 Geraldine

📋 copy color: '#EC8473'

red 236 ◦ green 132 ◦ blue 115

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

Shades of Geraldine #EC8473

Tints of Geraldine #EC8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 48.86%
G = 27.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8473 (or 0xEC8473) is known color: Geraldine. HEX triplet: EC, 84 and 73. RGB value is (236,132,115). Sum of RGB (Red+Green+Blue) = 236+132+115=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8473 is #137B8C. Grayscale: #A1A1A1. Windows color (decimal): -1276813 or 7570668. OLE color: 7570668.

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

Color convert

RGB 236 132 115 -
CMYK 0 0.44 0.51 0.07
HSL 8.43º 0.76% 0.69% -
HSV(B) 8.43º 0.51% 0.93% -
XYZ 45.94 35.57 20.66 -
YUV 161.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 236 132 115 0 0.44 0.51 0.07 8.43 0.76 0.69
Hex EC 84 73 0 2C 33 7 8 4C 45
Octal 354 204 163 0 54 63 7 10 114 105
Binary 11101100 10000100 1110011 0 101100 110011 111 1000 1001100 1000101

Color Harmonies of #EC8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8473

Black with #EC8473

Text Example


Text Example

White with #EC8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8473; }

 p { color: rgb(236,132,115); }

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

background-color css

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

 a { background-color: rgb(236,132,115); }

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

border-color css

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

 span { border-color: rgb(236,132,115); }

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