Html Css Color HEX #EC8470 Geraldine

📋 copy color: '#EC8470'

red 236 ◦ green 132 ◦ blue 112

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

Shades of Geraldine #EC8470

Tints of Geraldine #EC8470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 49.17%
G = 27.5%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8470 (or 0xEC8470) is known color: Geraldine. HEX triplet: EC, 84 and 70. RGB value is (236,132,112). Sum of RGB (Red+Green+Blue) = 236+132+112=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8470 is #137B8F. Grayscale: #A1A1A1. Windows color (decimal): -1276816 or 7374060. OLE color: 7374060.

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

Color convert

RGB 236 132 112 -
CMYK 0 0.44 0.53 0.07
HSL 9.68º 0.77% 0.68% -
HSV(B) 9.68º 0.53% 0.93% -
XYZ 45.77 35.51 19.77 -
YUV 160.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 236 132 112 0 0.44 0.53 0.07 9.68 0.77 0.68
Hex EC 84 70 0 2C 35 7 A 4D 44
Octal 354 204 160 0 54 65 7 12 115 104
Binary 11101100 10000100 1110000 0 101100 110101 111 1010 1001101 1000100

Color Harmonies of #EC8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8470

Black with #EC8470

Text Example


Text Example

White with #EC8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8470; }

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

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

background-color css

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

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

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

border-color css

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

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

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