Html Css Color HEX #EC816F Geraldine

📋 copy color: '#EC816F'

red 236 ◦ green 129 ◦ blue 111

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

Shades of Geraldine #EC816F

Tints of Geraldine #EC816F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 49.58%
G = 27.1%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC816F (or 0xEC816F) is known color: Geraldine. HEX triplet: EC, 81 and 6F. RGB value is (236,129,111). Sum of RGB (Red+Green+Blue) = 236+129+111=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC816F is #137E90. Grayscale: #9F9F9F. Windows color (decimal): -1277585 or 7307756. OLE color: 7307756.

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

Color convert

RGB 236 129 111 -
CMYK 0 0.45 0.53 0.07
HSL 8.64º 0.77% 0.68% -
HSV(B) 8.64º 0.53% 0.93% -
XYZ 45.31 34.68 19.34 -
YUV 158.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 236 129 111 0 0.45 0.53 0.07 8.64 0.77 0.68
Hex EC 81 6F 0 2D 35 7 9 4D 44
Octal 354 201 157 0 55 65 7 11 115 104
Binary 11101100 10000001 1101111 0 101101 110101 111 1001 1001101 1000100

Color Harmonies of #EC816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC816F

Black with #EC816F

Text Example


Text Example

White with #EC816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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