Html Css Color HEX #EC806B Geraldine

📋 copy color: '#EC806B'

red 236 ◦ green 128 ◦ blue 107

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

Shades of Geraldine #EC806B

Tints of Geraldine #EC806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 50.11%
G = 27.18%
B = 22.72%

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

#EC806B (or 0xEC806B) is known color: Geraldine. HEX triplet: EC, 80 and 6B. RGB value is (236,128,107). Sum of RGB (Red+Green+Blue) = 236+128+107=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC806B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC806B is #137F94. Grayscale: #9E9E9E. Windows color (decimal): -1277845 or 7045356. OLE color: 7045356.

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

Color convert

RGB 236 128 107 -
CMYK 0 0.46 0.55 0.07
HSL 9.77º 0.77% 0.67% -
HSV(B) 9.77º 0.55% 0.93% -
XYZ 44.97 34.33 18.17 -
YUV 157.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 236 128 107 0 0.46 0.55 0.07 9.77 0.77 0.67
Hex EC 80 6B 0 2E 37 7 A 4D 43
Octal 354 200 153 0 56 67 7 12 115 103
Binary 11101100 10000000 1101011 0 101110 110111 111 1010 1001101 1000011

Color Harmonies of #EC806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC806B

Black with #EC806B

Text Example


Text Example

White with #EC806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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