Html Css Color HEX #E0786A Geraldine

📋 copy color: '#E0786A'

red 224 ◦ green 120 ◦ blue 106

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

Shades of Geraldine #E0786A

Tints of Geraldine #E0786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 49.78%
G = 26.67%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0786A (or 0xE0786A) is known color: Geraldine. HEX triplet: E0, 78 and 6A. RGB value is (224,120,106). Sum of RGB (Red+Green+Blue) = 224+120+106=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0786A is #1F8795. Grayscale: #959595. Windows color (decimal): -2066326 or 6977760. OLE color: 6977760.

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

Color convert

RGB 224 120 106 -
CMYK 0 0.46 0.53 0.12
HSL 7.12º 0.66% 0.65% -
HSV(B) 7.12º 0.53% 0.88% -
XYZ 40.06 30.32 17.38 -
YUV 149.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 224 120 106 0 0.46 0.53 0.12 7.12 0.66 0.65
Hex E0 78 6A 0 2E 35 C 7 42 41
Octal 340 170 152 0 56 65 14 7 102 101
Binary 11100000 1111000 1101010 0 101110 110101 1100 111 1000010 1000001

Color Harmonies of #E0786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0786A

Black with #E0786A

Text Example


Text Example

White with #E0786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0786A; }

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

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

background-color css

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

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

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

border-color css

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

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

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