Html Css Color HEX #EC806D Geraldine

📋 copy color: '#EC806D'

red 236 ◦ green 128 ◦ blue 109

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

Shades of Geraldine #EC806D

Tints of Geraldine #EC806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 49.89%
G = 27.06%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC806D (or 0xEC806D) is known color: Geraldine. HEX triplet: EC, 80 and 6D. RGB value is (236,128,109). Sum of RGB (Red+Green+Blue) = 236+128+109=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC806D is #137F92. Grayscale: #9E9E9E. Windows color (decimal): -1277843 or 7176428. OLE color: 7176428.

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

Color convert

RGB 236 128 109 -
CMYK 0 0.46 0.54 0.07
HSL 8.98º 0.77% 0.68% -
HSV(B) 8.98º 0.54% 0.93% -
XYZ 45.07 34.38 18.73 -
YUV 158.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 236 128 109 0 0.46 0.54 0.07 8.98 0.77 0.68
Hex EC 80 6D 0 2E 36 7 9 4D 44
Octal 354 200 155 0 56 66 7 11 115 104
Binary 11101100 10000000 1101101 0 101110 110110 111 1001 1001101 1000100

Color Harmonies of #EC806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC806D

Black with #EC806D

Text Example


Text Example

White with #EC806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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