Html Css Color HEX #E7706B Geraldine

📋 copy color: '#E7706B'

red 231 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #E7706B

Tints of Geraldine #E7706B

RGB

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

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

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

R = 51.33%
G = 24.89%
B = 23.78%

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

#E7706B (or 0xE7706B) is known color: Geraldine. HEX triplet: E7, 70 and 6B. RGB value is (231,112,107). Sum of RGB (Red+Green+Blue) = 231+112+107=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7706B is #188F94. Grayscale: #939393. Windows color (decimal): -1609621 or 7041255. OLE color: 7041255.

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

Color convert

RGB 231 112 107 -
CMYK 0 0.52 0.54 0.09
HSL 2.42º 0.72% 0.66% -
HSV(B) 2.42º 0.54% 0.91% -
XYZ 41.4 29.64 17.45 -
YUV 147.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 231 112 107 0 0.52 0.54 0.09 2.42 0.72 0.66
Hex E7 70 6B 0 34 36 9 2 48 42
Octal 347 160 153 0 64 66 11 2 110 102
Binary 11100111 1110000 1101011 0 110100 110110 1001 10 1001000 1000010

Color Harmonies of #E7706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7706B

Black with #E7706B

Text Example


Text Example

White with #E7706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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