Html Css Color HEX #EC836E Geraldine

📋 copy color: '#EC836E'

red 236 ◦ green 131 ◦ blue 110

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

Shades of Geraldine #EC836E

Tints of Geraldine #EC836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

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

R = 49.48%
G = 27.46%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC836E (or 0xEC836E) is known color: Geraldine. HEX triplet: EC, 83 and 6E. RGB value is (236,131,110). Sum of RGB (Red+Green+Blue) = 236+131+110=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC836E is #137C91. Grayscale: #A0A0A0. Windows color (decimal): -1277074 or 7242732. OLE color: 7242732.

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

Color convert

RGB 236 131 110 -
CMYK 0 0.44 0.53 0.07
HSL 10º 0.77% 0.68% -
HSV(B) 10º 0.53% 0.93% -
XYZ 45.52 35.19 19.15 -
YUV 160 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 236 131 110 0 0.44 0.53 0.07 10 0.77 0.68
Hex EC 83 6E 0 2C 35 7 A 4D 44
Octal 354 203 156 0 54 65 7 12 115 104
Binary 11101100 10000011 1101110 0 101100 110101 111 1010 1001101 1000100

Color Harmonies of #EC836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC836E

Black with #EC836E

Text Example


Text Example

White with #EC836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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