Html Css Color HEX #EC7D6C Geraldine

📋 copy color: '#EC7D6C'

red 236 ◦ green 125 ◦ blue 108

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

Shades of Geraldine #EC7D6C

Tints of Geraldine #EC7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

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

R = 50.32%
G = 26.65%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC7D6C (or 0xEC7D6C) is known color: Geraldine. HEX triplet: EC, 7D and 6C. RGB value is (236,125,108). Sum of RGB (Red+Green+Blue) = 236+125+108=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D6C is #138293. Grayscale: #9C9C9C. Windows color (decimal): -1278612 or 7110124. OLE color: 7110124.

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

Color convert

RGB 236 125 108 -
CMYK 0 0.47 0.54 0.07
HSL 7.97º 0.77% 0.67% -
HSV(B) 7.97º 0.54% 0.93% -
XYZ 44.63 33.58 18.32 -
YUV 156.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 236 125 108 0 0.47 0.54 0.07 7.97 0.77 0.67
Hex EC 7D 6C 0 2F 36 7 8 4D 43
Octal 354 175 154 0 57 66 7 10 115 103
Binary 11101100 1111101 1101100 0 101111 110110 111 1000 1001101 1000011

Color Harmonies of #EC7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D6C

Black with #EC7D6C

Text Example


Text Example

White with #EC7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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