Html Css Color HEX #EC7A6F Geraldine

📋 copy color: '#EC7A6F'

red 236 ◦ green 122 ◦ blue 111

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

Shades of Geraldine #EC7A6F

Tints of Geraldine #EC7A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 50.32%
G = 26.01%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7A6F (or 0xEC7A6F) is known color: Geraldine. HEX triplet: EC, 7A and 6F. RGB value is (236,122,111). Sum of RGB (Red+Green+Blue) = 236+122+111=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A6F is #138590. Grayscale: #9A9A9A. Windows color (decimal): -1279377 or 7305964. OLE color: 7305964.

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

Color convert

RGB 236 122 111 -
CMYK 0 0.48 0.53 0.07
HSL 5.28º 0.77% 0.68% -
HSV(B) 5.28º 0.53% 0.93% -
XYZ 44.42 32.9 19.05 -
YUV 154.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 236 122 111 0 0.48 0.53 0.07 5.28 0.77 0.68
Hex EC 7A 6F 0 30 35 7 5 4D 44
Octal 354 172 157 0 60 65 7 5 115 104
Binary 11101100 1111010 1101111 0 110000 110101 111 101 1001101 1000100

Color Harmonies of #EC7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A6F

Black with #EC7A6F

Text Example


Text Example

White with #EC7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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