Html Css Color HEX #EC766B Geraldine

📋 copy color: '#EC766B'

red 236 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #EC766B

Tints of Geraldine #EC766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 51.19%
G = 25.6%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC766B (or 0xEC766B) is known color: Geraldine. HEX triplet: EC, 76 and 6B. RGB value is (236,118,107). Sum of RGB (Red+Green+Blue) = 236+118+107=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC766B is #138994. Grayscale: #989898. Windows color (decimal): -1280405 or 7042796. OLE color: 7042796.

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

Color convert

RGB 236 118 107 -
CMYK 0 0.5 0.55 0.07
HSL 5.12º 0.77% 0.67% -
HSV(B) 5.12º 0.55% 0.93% -
XYZ 43.72 31.85 17.75 -
YUV 152.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 236 118 107 0 0.5 0.55 0.07 5.12 0.77 0.67
Hex EC 76 6B 0 32 37 7 5 4D 43
Octal 354 166 153 0 62 67 7 5 115 103
Binary 11101100 1110110 1101011 0 110010 110111 111 101 1001101 1000011

Color Harmonies of #EC766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC766B

Black with #EC766B

Text Example


Text Example

White with #EC766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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