Html Css Color HEX #EC8476 Geraldine

📋 copy color: '#EC8476'

red 236 ◦ green 132 ◦ blue 118

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

Shades of Geraldine #EC8476

Tints of Geraldine #EC8476

RGB

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

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

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

R = 48.56%
G = 27.16%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC8476 (or 0xEC8476) is known color: Geraldine. HEX triplet: EC, 84 and 76. RGB value is (236,132,118). Sum of RGB (Red+Green+Blue) = 236+132+118=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8476 is #137B89. Grayscale: #A1A1A1. Windows color (decimal): -1276810 or 7767276. OLE color: 7767276.

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

Color convert

RGB 236 132 118 -
CMYK 0 0.44 0.5 0.07
HSL 7.12º 0.76% 0.69% -
HSV(B) 7.12º 0.5% 0.93% -
XYZ 46.11 35.64 21.59 -
YUV 161.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 236 132 118 0 0.44 0.5 0.07 7.12 0.76 0.69
Hex EC 84 76 0 2C 32 7 7 4C 45
Octal 354 204 166 0 54 62 7 7 114 105
Binary 11101100 10000100 1110110 0 101100 110010 111 111 1001100 1000101

Color Harmonies of #EC8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8476

Black with #EC8476

Text Example


Text Example

White with #EC8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8476; }

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

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

background-color css

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

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

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

border-color css

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

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

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