Html Css Color HEX #E7706A Geraldine

📋 copy color: '#E7706A'

red 231 ◦ green 112 ◦ blue 106

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

Shades of Geraldine #E7706A

Tints of Geraldine #E7706A

RGB

 RED value IS 231 (90.63% from 255) = 51.45%

 GREEN value IS 112 (44.14% from 255) = 24.94%

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

R = 51.45%
G = 24.94%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7706A (or 0xE7706A) is known color: Geraldine. HEX triplet: E7, 70 and 6A. RGB value is (231,112,106). Sum of RGB (Red+Green+Blue) = 231+112+106=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E7706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7706A is #188F95. Grayscale: #939393. Windows color (decimal): -1609622 or 6975719. OLE color: 6975719.

HSL color Cylindrical-coordinate representation of color #E7706A: hue angle of 2.88º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7706A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 106 -
CMYK 0 0.52 0.54 0.09
HSL 2.88º 0.72% 0.66% -
HSV(B) 2.88º 0.54% 0.91% -
XYZ 41.35 29.62 17.17 -
YUV 146.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 231 112 106 0 0.52 0.54 0.09 2.88 0.72 0.66
Hex E7 70 6A 0 34 36 9 3 48 42
Octal 347 160 152 0 64 66 11 3 110 102
Binary 11100111 1110000 1101010 0 110100 110110 1001 11 1001000 1000010

Color Harmonies of #E7706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7706A

Black with #E7706A

Text Example


Text Example

White with #E7706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7706A; }

 p { color: rgb(231,112,106); }

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

background-color css

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

 a { background-color: rgb(231,112,106); }

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

border-color css

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

 span { border-color: rgb(231,112,106); }

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