Html Css Color HEX #EC8475 Geraldine

📋 copy color: '#EC8475'

red 236 ◦ green 132 ◦ blue 117

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

Shades of Geraldine #EC8475

Tints of Geraldine #EC8475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 48.66%
G = 27.22%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8475 (or 0xEC8475) is known color: Geraldine. HEX triplet: EC, 84 and 75. RGB value is (236,132,117). Sum of RGB (Red+Green+Blue) = 236+132+117=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8475 is #137B8A. Grayscale: #A1A1A1. Windows color (decimal): -1276811 or 7701740. OLE color: 7701740.

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

Color convert

RGB 236 132 117 -
CMYK 0 0.44 0.50 0.07
HSL 7.56º 0.76% 0.69% -
HSV(B) 7.56º 0.5% 0.93% -
XYZ 46.05 35.62 21.28 -
YUV 161.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 236 132 117 0 0.44 0.50 0.07 7.56 0.76 0.69
Hex EC 84 75 0 2C 32 7 8 4C 45
Octal 354 204 165 0 54 62 7 10 114 105
Binary 11101100 10000100 1110101 0 101100 110010 111 1000 1001100 1000101

Color Harmonies of #EC8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8475

Black with #EC8475

Text Example


Text Example

White with #EC8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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