Html Css Color HEX #EC8474 Geraldine

📋 copy color: '#EC8474'

red 236 ◦ green 132 ◦ blue 116

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

Shades of Geraldine #EC8474

Tints of Geraldine #EC8474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 48.76%
G = 27.27%
B = 23.97%

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

#EC8474 (or 0xEC8474) is known color: Geraldine. HEX triplet: EC, 84 and 74. RGB value is (236,132,116). Sum of RGB (Red+Green+Blue) = 236+132+116=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8474 is #137B8B. Grayscale: #A1A1A1. Windows color (decimal): -1276812 or 7636204. OLE color: 7636204.

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

Color convert

RGB 236 132 116 -
CMYK 0 0.44 0.51 0.07
HSL 0.76% 0.69% -
HSV(B) 0.51% 0.93% -
XYZ 46 35.6 20.97 -
YUV 161.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 236 132 116 0 0.44 0.51 0.07 8 0.76 0.69
Hex EC 84 74 0 2C 33 7 8 4C 45
Octal 354 204 164 0 54 63 7 10 114 105
Binary 11101100 10000100 1110100 0 101100 110011 111 1000 1001100 1000101

Color Harmonies of #EC8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8474

Black with #EC8474

Text Example


Text Example

White with #EC8474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8474; }

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

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

background-color css

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

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

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

border-color css

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

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

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