Html Css Color HEX #E1766C Geraldine

📋 copy color: '#E1766C'

red 225 ◦ green 118 ◦ blue 108

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

Shades of Geraldine #E1766C

Tints of Geraldine #E1766C

RGB

 RED value IS 225 (88.28% from 255) = 49.89%

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

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

R = 49.89%
G = 26.16%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1766C (or 0xE1766C) is known color: Geraldine. HEX triplet: E1, 76 and 6C. RGB value is (225,118,108). Sum of RGB (Red+Green+Blue) = 225+118+108=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1766C is #1E8993. Grayscale: #959595. Windows color (decimal): -2001300 or 7108321. OLE color: 7108321.

HSL color Cylindrical-coordinate representation of color #E1766C: hue angle of 5.13º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1766C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 118 108 -
CMYK 0 0.48 0.52 0.12
HSL 5.13º 0.66% 0.65% -
HSV(B) 5.13º 0.52% 0.88% -
XYZ 40.24 30.05 17.87 -
YUV 148.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 225 118 108 0 0.48 0.52 0.12 5.13 0.66 0.65
Hex E1 76 6C 0 30 34 C 5 42 41
Octal 341 166 154 0 60 64 14 5 102 101
Binary 11100001 1110110 1101100 0 110000 110100 1100 101 1000010 1000001

Color Harmonies of #E1766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1766C

Black with #E1766C

Text Example


Text Example

White with #E1766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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