Html Css Color HEX #EC826F Geraldine

📋 copy color: '#EC826F'

red 236 ◦ green 130 ◦ blue 111

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

Shades of Geraldine #EC826F

Tints of Geraldine #EC826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.25%

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 49.48%
G = 27.25%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC826F (or 0xEC826F) is known color: Geraldine. HEX triplet: EC, 82 and 6F. RGB value is (236,130,111). Sum of RGB (Red+Green+Blue) = 236+130+111=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC826F is #137D90. Grayscale: #9F9F9F. Windows color (decimal): -1277329 or 7308012. OLE color: 7308012.

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

Color convert

RGB 236 130 111 -
CMYK 0 0.45 0.53 0.07
HSL 9.12º 0.77% 0.68% -
HSV(B) 9.12º 0.53% 0.93% -
XYZ 45.44 34.95 19.39 -
YUV 159.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 236 130 111 0 0.45 0.53 0.07 9.12 0.77 0.68
Hex EC 82 6F 0 2D 35 7 9 4D 44
Octal 354 202 157 0 55 65 7 11 115 104
Binary 11101100 10000010 1101111 0 101101 110101 111 1001 1001101 1000100

Color Harmonies of #EC826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC826F

Black with #EC826F

Text Example


Text Example

White with #EC826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC826F; }

 p { color: rgb(236,130,111); }

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

background-color css

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

 a { background-color: rgb(236,130,111); }

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

border-color css

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

 span { border-color: rgb(236,130,111); }

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