Html Css Color HEX #EC8275 Geraldine

📋 copy color: '#EC8275'

red 236 ◦ green 130 ◦ blue 117

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

Shades of Geraldine #EC8275

Tints of Geraldine #EC8275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 48.86%
G = 26.92%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8275 (or 0xEC8275) is known color: Geraldine. HEX triplet: EC, 82 and 75. RGB value is (236,130,117). Sum of RGB (Red+Green+Blue) = 236+130+117=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8275 is #137D8A. Grayscale: #A0A0A0. Windows color (decimal): -1277323 or 7701228. OLE color: 7701228.

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

Color convert

RGB 236 130 117 -
CMYK 0 0.45 0.50 0.07
HSL 6.55º 0.76% 0.69% -
HSV(B) 6.55º 0.5% 0.93% -
XYZ 45.79 35.08 21.19 -
YUV 160.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 236 130 117 0 0.45 0.50 0.07 6.55 0.76 0.69
Hex EC 82 75 0 2D 32 7 7 4C 45
Octal 354 202 165 0 55 62 7 7 114 105
Binary 11101100 10000010 1110101 0 101101 110010 111 111 1001100 1000101

Color Harmonies of #EC8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8275

Black with #EC8275

Text Example


Text Example

White with #EC8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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