Html Css Color HEX #EC806C Geraldine

📋 copy color: '#EC806C'

red 236 ◦ green 128 ◦ blue 108

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

Shades of Geraldine #EC806C

Tints of Geraldine #EC806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 50%
G = 27.12%
B = 22.88%

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

#EC806C (or 0xEC806C) is known color: Geraldine. HEX triplet: EC, 80 and 6C. RGB value is (236,128,108). Sum of RGB (Red+Green+Blue) = 236+128+108=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC806C is #137F93. Grayscale: #9E9E9E. Windows color (decimal): -1277844 or 7110892. OLE color: 7110892.

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

Color convert

RGB 236 128 108 -
CMYK 0 0.46 0.54 0.07
HSL 9.38º 0.77% 0.67% -
HSV(B) 9.38º 0.54% 0.93% -
XYZ 45.02 34.35 18.45 -
YUV 158.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 236 128 108 0 0.46 0.54 0.07 9.38 0.77 0.67
Hex EC 80 6C 0 2E 36 7 9 4D 43
Octal 354 200 154 0 56 66 7 11 115 103
Binary 11101100 10000000 1101100 0 101110 110110 111 1001 1001101 1000011

Color Harmonies of #EC806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC806C

Black with #EC806C

Text Example


Text Example

White with #EC806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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