Html Css Color HEX #E0766A Geraldine

📋 copy color: '#E0766A'

red 224 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #E0766A

Tints of Geraldine #E0766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 50%
G = 26.34%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0766A (or 0xE0766A) is known color: Geraldine. HEX triplet: E0, 76 and 6A. RGB value is (224,118,106). Sum of RGB (Red+Green+Blue) = 224+118+106=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0766A is #1F8995. Grayscale: #949494. Windows color (decimal): -2066838 or 6977248. OLE color: 6977248.

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

Color convert

RGB 224 118 106 -
CMYK 0 0.47 0.53 0.12
HSL 6.1º 0.66% 0.65% -
HSV(B) 6.1º 0.53% 0.88% -
XYZ 39.82 29.84 17.3 -
YUV 148.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 224 118 106 0 0.47 0.53 0.12 6.1 0.66 0.65
Hex E0 76 6A 0 2F 35 C 6 42 41
Octal 340 166 152 0 57 65 14 6 102 101
Binary 11100000 1110110 1101010 0 101111 110101 1100 110 1000010 1000001

Color Harmonies of #E0766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0766A

Black with #E0766A

Text Example


Text Example

White with #E0766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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