Html Css Color HEX #EC7D6E Geraldine

📋 copy color: '#EC7D6E'

red 236 ◦ green 125 ◦ blue 110

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

Shades of Geraldine #EC7D6E

Tints of Geraldine #EC7D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 50.11%
G = 26.54%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7D6E (or 0xEC7D6E) is known color: Geraldine. HEX triplet: EC, 7D and 6E. RGB value is (236,125,110). Sum of RGB (Red+Green+Blue) = 236+125+110=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D6E is #138291. Grayscale: #9C9C9C. Windows color (decimal): -1278610 or 7241196. OLE color: 7241196.

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

Color convert

RGB 236 125 110 -
CMYK 0 0.47 0.53 0.07
HSL 7.14º 0.77% 0.68% -
HSV(B) 7.14º 0.53% 0.93% -
XYZ 44.74 33.63 18.88 -
YUV 156.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 236 125 110 0 0.47 0.53 0.07 7.14 0.77 0.68
Hex EC 7D 6E 0 2F 35 7 7 4D 44
Octal 354 175 156 0 57 65 7 7 115 104
Binary 11101100 1111101 1101110 0 101111 110101 111 111 1001101 1000100

Color Harmonies of #EC7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D6E

Black with #EC7D6E

Text Example


Text Example

White with #EC7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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