Html Css Color HEX #EC806A Geraldine

📋 copy color: '#EC806A'

red 236 ◦ green 128 ◦ blue 106

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

Shades of Geraldine #EC806A

Tints of Geraldine #EC806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.55%

R = 50.21%
G = 27.23%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC806A (or 0xEC806A) is known color: Geraldine. HEX triplet: EC, 80 and 6A. RGB value is (236,128,106). Sum of RGB (Red+Green+Blue) = 236+128+106=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC806A is #137F95. Grayscale: #9D9D9D. Windows color (decimal): -1277846 or 6979820. OLE color: 6979820.

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

Color convert

RGB 236 128 106 -
CMYK 0 0.46 0.55 0.07
HSL 10.15º 0.77% 0.67% -
HSV(B) 10.15º 0.55% 0.93% -
XYZ 44.91 34.31 17.89 -
YUV 157.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 236 128 106 0 0.46 0.55 0.07 10.15 0.77 0.67
Hex EC 80 6A 0 2E 37 7 A 4D 43
Octal 354 200 152 0 56 67 7 12 115 103
Binary 11101100 10000000 1101010 0 101110 110111 111 1010 1001101 1000011

Color Harmonies of #EC806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC806A

Black with #EC806A

Text Example


Text Example

White with #EC806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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