Html Css Color HEX #EC816D Geraldine

📋 copy color: '#EC816D'

red 236 ◦ green 129 ◦ blue 109

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

Shades of Geraldine #EC816D

Tints of Geraldine #EC816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 49.79%
G = 27.22%
B = 23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC816D (or 0xEC816D) is known color: Geraldine. HEX triplet: EC, 81 and 6D. RGB value is (236,129,109). Sum of RGB (Red+Green+Blue) = 236+129+109=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC816D is #137E92. Grayscale: #9E9E9E. Windows color (decimal): -1277587 or 7176684. OLE color: 7176684.

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

Color convert

RGB 236 129 109 -
CMYK 0 0.45 0.54 0.07
HSL 9.45º 0.77% 0.68% -
HSV(B) 9.45º 0.54% 0.93% -
XYZ 45.2 34.64 18.77 -
YUV 158.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 236 129 109 0 0.45 0.54 0.07 9.45 0.77 0.68
Hex EC 81 6D 0 2D 36 7 9 4D 44
Octal 354 201 155 0 55 66 7 11 115 104
Binary 11101100 10000001 1101101 0 101101 110110 111 1001 1001101 1000100

Color Harmonies of #EC816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC816D

Black with #EC816D

Text Example


Text Example

White with #EC816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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