Html Css Color HEX #EC766C Geraldine

📋 copy color: '#EC766C'

red 236 ◦ green 118 ◦ blue 108

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

Shades of Geraldine #EC766C

Tints of Geraldine #EC766C

RGB

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

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

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

R = 51.08%
G = 25.54%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC766C (or 0xEC766C) is known color: Geraldine. HEX triplet: EC, 76 and 6C. RGB value is (236,118,108). Sum of RGB (Red+Green+Blue) = 236+118+108=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC766C is #138993. Grayscale: #989898. Windows color (decimal): -1280404 or 7108332. OLE color: 7108332.

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

Color convert

RGB 236 118 108 -
CMYK 0 0.5 0.54 0.07
HSL 4.69º 0.77% 0.67% -
HSV(B) 4.69º 0.54% 0.93% -
XYZ 43.78 31.87 18.03 -
YUV 152.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 236 118 108 0 0.5 0.54 0.07 4.69 0.77 0.67
Hex EC 76 6C 0 32 36 7 5 4D 43
Octal 354 166 154 0 62 66 7 5 115 103
Binary 11101100 1110110 1101100 0 110010 110110 111 101 1001101 1000011

Color Harmonies of #EC766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC766C

Black with #EC766C

Text Example


Text Example

White with #EC766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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