Html Css Color HEX #EC8370 Geraldine

📋 copy color: '#EC8370'

red 236 ◦ green 131 ◦ blue 112

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

Shades of Geraldine #EC8370

Tints of Geraldine #EC8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 49.27%
G = 27.35%
B = 23.38%

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

#EC8370 (or 0xEC8370) is known color: Geraldine. HEX triplet: EC, 83 and 70. RGB value is (236,131,112). Sum of RGB (Red+Green+Blue) = 236+131+112=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8370 is #137C8F. Grayscale: #A0A0A0. Windows color (decimal): -1277072 or 7373804. OLE color: 7373804.

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

Color convert

RGB 236 131 112 -
CMYK 0 0.44 0.53 0.07
HSL 9.19º 0.77% 0.68% -
HSV(B) 9.19º 0.53% 0.93% -
XYZ 45.63 35.24 19.73 -
YUV 160.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 236 131 112 0 0.44 0.53 0.07 9.19 0.77 0.68
Hex EC 83 70 0 2C 35 7 9 4D 44
Octal 354 203 160 0 54 65 7 11 115 104
Binary 11101100 10000011 1110000 0 101100 110101 111 1001 1001101 1000100

Color Harmonies of #EC8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8370

Black with #EC8370

Text Example


Text Example

White with #EC8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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