Html Css Color HEX #EC8273 Geraldine

📋 copy color: '#EC8273'

red 236 ◦ green 130 ◦ blue 115

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

Shades of Geraldine #EC8273

Tints of Geraldine #EC8273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 49.06%
G = 27.03%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8273 (or 0xEC8273) is known color: Geraldine. HEX triplet: EC, 82 and 73. RGB value is (236,130,115). Sum of RGB (Red+Green+Blue) = 236+130+115=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8273 is #137D8C. Grayscale: #A0A0A0. Windows color (decimal): -1277325 or 7570156. OLE color: 7570156.

HSL color Cylindrical-coordinate representation of color #EC8273: hue angle of 7.44º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC8273 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 115 -
CMYK 0 0.45 0.51 0.07
HSL 7.44º 0.76% 0.69% -
HSV(B) 7.44º 0.51% 0.93% -
XYZ 45.67 35.04 20.58 -
YUV 159.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 236 130 115 0 0.45 0.51 0.07 7.44 0.76 0.69
Hex EC 82 73 0 2D 33 7 7 4C 45
Octal 354 202 163 0 55 63 7 7 114 105
Binary 11101100 10000010 1110011 0 101101 110011 111 111 1001100 1000101

Color Harmonies of #EC8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8273

Black with #EC8273

Text Example


Text Example

White with #EC8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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