Html Css Color HEX #E6706C Geraldine

📋 copy color: '#E6706C'

red 230 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #E6706C

Tints of Geraldine #E6706C

RGB

 RED value IS 230 (90.23% from 255) = 51.11%

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 51.11%
G = 24.89%
B = 24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6706C (or 0xE6706C) is known color: Geraldine. HEX triplet: E6, 70 and 6C. RGB value is (230,112,108). Sum of RGB (Red+Green+Blue) = 230+112+108=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6706C is #198F93. Grayscale: #929292. Windows color (decimal): -1675156 or 7106790. OLE color: 7106790.

HSL color Cylindrical-coordinate representation of color #E6706C: hue angle of 1.97º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6706C is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 108 -
CMYK 0 0.51 0.53 0.10
HSL 1.97º 0.71% 0.66% -
HSV(B) 1.97º 0.53% 0.9% -
XYZ 41.13 29.49 17.71 -
YUV 146.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 230 112 108 0 0.51 0.53 0.10 1.97 0.71 0.66
Hex E6 70 6C 0 33 35 A 2 47 42
Octal 346 160 154 0 63 65 12 2 107 102
Binary 11100110 1110000 1101100 0 110011 110101 1010 10 1000111 1000010

Color Harmonies of #E6706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6706C

Black with #E6706C

Text Example


Text Example

White with #E6706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6706C; }

 p { color: rgb(230,112,108); }

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

background-color css

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

 a { background-color: rgb(230,112,108); }

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

border-color css

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

 span { border-color: rgb(230,112,108); }

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