Html Css Color HEX #EC766F Geraldine

📋 copy color: '#EC766F'

red 236 ◦ green 118 ◦ blue 111

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

Shades of Geraldine #EC766F

Tints of Geraldine #EC766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

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

R = 50.75%
G = 25.38%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC766F (or 0xEC766F) is known color: Geraldine. HEX triplet: EC, 76 and 6F. RGB value is (236,118,111). Sum of RGB (Red+Green+Blue) = 236+118+111=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC766F is #138990. Grayscale: #989898. Windows color (decimal): -1280401 or 7304940. OLE color: 7304940.

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

Color convert

RGB 236 118 111 -
CMYK 0 0.5 0.53 0.07
HSL 3.36º 0.77% 0.68% -
HSV(B) 3.36º 0.53% 0.93% -
XYZ 43.94 31.94 18.89 -
YUV 152.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 236 118 111 0 0.5 0.53 0.07 3.36 0.77 0.68
Hex EC 76 6F 0 32 35 7 3 4D 44
Octal 354 166 157 0 62 65 7 3 115 104
Binary 11101100 1110110 1101111 0 110010 110101 111 11 1001101 1000100

Color Harmonies of #EC766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC766F

Black with #EC766F

Text Example


Text Example

White with #EC766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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