Html Css Color HEX #EC7A6C Geraldine

📋 copy color: '#EC7A6C'

red 236 ◦ green 122 ◦ blue 108

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

Shades of Geraldine #EC7A6C

Tints of Geraldine #EC7A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.18%

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 50.64%
G = 26.18%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC7A6C (or 0xEC7A6C) is known color: Geraldine. HEX triplet: EC, 7A and 6C. RGB value is (236,122,108). Sum of RGB (Red+Green+Blue) = 236+122+108=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A6C is #138593. Grayscale: #9A9A9A. Windows color (decimal): -1279380 or 7109356. OLE color: 7109356.

HSL color Cylindrical-coordinate representation of color #EC7A6C: hue angle of 6.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC7A6C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 108 -
CMYK 0 0.48 0.54 0.07
HSL 6.56º 0.77% 0.67% -
HSV(B) 6.56º 0.54% 0.93% -
XYZ 44.26 32.83 18.19 -
YUV 154.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 236 122 108 0 0.48 0.54 0.07 6.56 0.77 0.67
Hex EC 7A 6C 0 30 36 7 7 4D 43
Octal 354 172 154 0 60 66 7 7 115 103
Binary 11101100 1111010 1101100 0 110000 110110 111 111 1001101 1000011

Color Harmonies of #EC7A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A6C

Black with #EC7A6C

Text Example


Text Example

White with #EC7A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A6C; }

 p { color: rgb(236,122,108); }

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

background-color css

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

 a { background-color: rgb(236,122,108); }

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

border-color css

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

 span { border-color: rgb(236,122,108); }

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