Html Css Color HEX #E0766B Geraldine

📋 copy color: '#E0766B'

red 224 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #E0766B

Tints of Geraldine #E0766B

RGB

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

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

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

R = 49.89%
G = 26.28%
B = 23.83%

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

#E0766B (or 0xE0766B) is known color: Geraldine. HEX triplet: E0, 76 and 6B. RGB value is (224,118,107). Sum of RGB (Red+Green+Blue) = 224+118+107=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0766B is #1F8994. Grayscale: #949494. Windows color (decimal): -2066837 or 7042784. OLE color: 7042784.

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

Color convert

RGB 224 118 107 -
CMYK 0 0.47 0.52 0.12
HSL 5.64º 0.65% 0.65% -
HSV(B) 5.64º 0.52% 0.88% -
XYZ 39.87 29.87 17.57 -
YUV 148.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 224 118 107 0 0.47 0.52 0.12 5.64 0.65 0.65
Hex E0 76 6B 0 2F 34 C 6 41 41
Octal 340 166 153 0 57 64 14 6 101 101
Binary 11100000 1110110 1101011 0 101111 110100 1100 110 1000001 1000001

Color Harmonies of #E0766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0766B

Black with #E0766B

Text Example


Text Example

White with #E0766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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