Html Css Color HEX #EC806E Geraldine

📋 copy color: '#EC806E'

red 236 ◦ green 128 ◦ blue 110

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

Shades of Geraldine #EC806E

Tints of Geraldine #EC806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 49.79%
G = 27%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC806E (or 0xEC806E) is known color: Geraldine. HEX triplet: EC, 80 and 6E. RGB value is (236,128,110). Sum of RGB (Red+Green+Blue) = 236+128+110=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC806E is #137F91. Grayscale: #9E9E9E. Windows color (decimal): -1277842 or 7241964. OLE color: 7241964.

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

Color convert

RGB 236 128 110 -
CMYK 0 0.46 0.53 0.07
HSL 8.57º 0.77% 0.68% -
HSV(B) 8.57º 0.53% 0.93% -
XYZ 45.13 34.4 19.01 -
YUV 158.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 236 128 110 0 0.46 0.53 0.07 8.57 0.77 0.68
Hex EC 80 6E 0 2E 35 7 9 4D 44
Octal 354 200 156 0 56 65 7 11 115 104
Binary 11101100 10000000 1101110 0 101110 110101 111 1001 1001101 1000100

Color Harmonies of #EC806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC806E

Black with #EC806E

Text Example


Text Example

White with #EC806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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