Html Css Color HEX #E0766C Geraldine

📋 copy color: '#E0766C'

red 224 ◦ green 118 ◦ blue 108

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

Shades of Geraldine #E0766C

Tints of Geraldine #E0766C

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

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

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

R = 49.78%
G = 26.22%
B = 24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0766C (or 0xE0766C) is known color: Geraldine. HEX triplet: E0, 76 and 6C. RGB value is (224,118,108). Sum of RGB (Red+Green+Blue) = 224+118+108=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0766C is #1F8993. Grayscale: #949494. Windows color (decimal): -2066836 or 7108320. OLE color: 7108320.

HSL color Cylindrical-coordinate representation of color #E0766C: hue angle of 5.17º degrees, saturation: 0.65, 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 #E0766C is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 108 -
CMYK 0 0.47 0.52 0.12
HSL 5.17º 0.65% 0.65% -
HSV(B) 5.17º 0.52% 0.88% -
XYZ 39.93 29.89 17.85 -
YUV 148.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 224 118 108 0 0.47 0.52 0.12 5.17 0.65 0.65
Hex E0 76 6C 0 2F 34 C 5 41 41
Octal 340 166 154 0 57 64 14 5 101 101
Binary 11100000 1110110 1101100 0 101111 110100 1100 101 1000001 1000001

Color Harmonies of #E0766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0766C

Black with #E0766C

Text Example


Text Example

White with #E0766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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