Html Css Color HEX #EC8174 Geraldine

📋 copy color: '#EC8174'

red 236 ◦ green 129 ◦ blue 116

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

Shades of Geraldine #EC8174

Tints of Geraldine #EC8174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

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

R = 49.06%
G = 26.82%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8174 (or 0xEC8174) is known color: Geraldine. HEX triplet: EC, 81 and 74. RGB value is (236,129,116). Sum of RGB (Red+Green+Blue) = 236+129+116=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8174 is #137E8B. Grayscale: #9F9F9F. Windows color (decimal): -1277580 or 7635436. OLE color: 7635436.

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

Color convert

RGB 236 129 116 -
CMYK 0 0.45 0.51 0.07
HSL 6.5º 0.76% 0.69% -
HSV(B) 6.5º 0.51% 0.93% -
XYZ 45.59 34.79 20.84 -
YUV 159.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 236 129 116 0 0.45 0.51 0.07 6.5 0.76 0.69
Hex EC 81 74 0 2D 33 7 6 4C 45
Octal 354 201 164 0 55 63 7 6 114 105
Binary 11101100 10000001 1110100 0 101101 110011 111 110 1001100 1000101

Color Harmonies of #EC8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8174

Black with #EC8174

Text Example


Text Example

White with #EC8174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8174; }

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

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

background-color css

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

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

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

border-color css

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

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

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