Html Css Color HEX #EC8574 Geraldine

📋 copy color: '#EC8574'

red 236 ◦ green 133 ◦ blue 116

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

Shades of Geraldine #EC8574

Tints of Geraldine #EC8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

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

R = 48.66%
G = 27.42%
B = 23.92%

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

#EC8574 (or 0xEC8574) is known color: Geraldine. HEX triplet: EC, 85 and 74. RGB value is (236,133,116). Sum of RGB (Red+Green+Blue) = 236+133+116=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8574 is #137A8B. Grayscale: #A2A2A2. Windows color (decimal): -1276556 or 7636460. OLE color: 7636460.

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

Color convert

RGB 236 133 116 -
CMYK 0 0.44 0.51 0.07
HSL 8.5º 0.76% 0.69% -
HSV(B) 8.5º 0.51% 0.93% -
XYZ 46.13 35.87 21.01 -
YUV 161.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 236 133 116 0 0.44 0.51 0.07 8.5 0.76 0.69
Hex EC 85 74 0 2C 33 7 8 4C 45
Octal 354 205 164 0 54 63 7 10 114 105
Binary 11101100 10000101 1110100 0 101100 110011 111 1000 1001100 1000101

Color Harmonies of #EC8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8574

Black with #EC8574

Text Example


Text Example

White with #EC8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8574; }

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

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

background-color css

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

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

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

border-color css

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

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

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