Html Css Color HEX #EC7B6F Geraldine

📋 copy color: '#EC7B6F'

red 236 ◦ green 123 ◦ blue 111

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

Shades of Geraldine #EC7B6F

Tints of Geraldine #EC7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 50.21%
G = 26.17%
B = 23.62%

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

#EC7B6F (or 0xEC7B6F) is known color: Geraldine. HEX triplet: EC, 7B and 6F. RGB value is (236,123,111). Sum of RGB (Red+Green+Blue) = 236+123+111=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B6F is #138490. Grayscale: #9B9B9B. Windows color (decimal): -1279121 or 7306220. OLE color: 7306220.

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

Color convert

RGB 236 123 111 -
CMYK 0 0.48 0.53 0.07
HSL 5.76º 0.77% 0.68% -
HSV(B) 5.76º 0.53% 0.93% -
XYZ 44.54 33.15 19.09 -
YUV 155.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 236 123 111 0 0.48 0.53 0.07 5.76 0.77 0.68
Hex EC 7B 6F 0 30 35 7 6 4D 44
Octal 354 173 157 0 60 65 7 6 115 104
Binary 11101100 1111011 1101111 0 110000 110101 111 110 1001101 1000100

Color Harmonies of #EC7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B6F

Black with #EC7B6F

Text Example


Text Example

White with #EC7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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