Html Css Color HEX #EC8073 Geraldine

📋 copy color: '#EC8073'

red 236 ◦ green 128 ◦ blue 115

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

Shades of Geraldine #EC8073

Tints of Geraldine #EC8073

RGB

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

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

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

R = 49.27%
G = 26.72%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8073 (or 0xEC8073) is known color: Geraldine. HEX triplet: EC, 80 and 73. RGB value is (236,128,115). Sum of RGB (Red+Green+Blue) = 236+128+115=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8073 is #137F8C. Grayscale: #9E9E9E. Windows color (decimal): -1277837 or 7569644. OLE color: 7569644.

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

Color convert

RGB 236 128 115 -
CMYK 0 0.46 0.51 0.07
HSL 6.45º 0.76% 0.69% -
HSV(B) 6.45º 0.51% 0.93% -
XYZ 45.41 34.51 20.49 -
YUV 158.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 236 128 115 0 0.46 0.51 0.07 6.45 0.76 0.69
Hex EC 80 73 0 2E 33 7 6 4C 45
Octal 354 200 163 0 56 63 7 6 114 105
Binary 11101100 10000000 1110011 0 101110 110011 111 110 1001100 1000101

Color Harmonies of #EC8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8073

Black with #EC8073

Text Example


Text Example

White with #EC8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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