Html Css Color HEX #E5706B Geraldine

📋 copy color: '#E5706B'

red 229 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #E5706B

Tints of Geraldine #E5706B

RGB

 RED value IS 229 (89.84% from 255) = 51.12%

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

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

R = 51.12%
G = 25%
B = 23.88%

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

#E5706B (or 0xE5706B) is known color: Geraldine. HEX triplet: E5, 70 and 6B. RGB value is (229,112,107). Sum of RGB (Red+Green+Blue) = 229+112+107=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5706B is #1A8F94. Grayscale: #929292. Windows color (decimal): -1740693 or 7041253. OLE color: 7041253.

HSL color Cylindrical-coordinate representation of color #E5706B: hue angle of 2.46º degrees, saturation: 0.7, 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 #E5706B is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 107 -
CMYK 0 0.51 0.53 0.10
HSL 2.46º 0.7% 0.66% -
HSV(B) 2.46º 0.53% 0.9% -
XYZ 40.76 29.31 17.42 -
YUV 146.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 229 112 107 0 0.51 0.53 0.10 2.46 0.7 0.66
Hex E5 70 6B 0 33 35 A 2 46 42
Octal 345 160 153 0 63 65 12 2 106 102
Binary 11100101 1110000 1101011 0 110011 110101 1010 10 1000110 1000010

Color Harmonies of #E5706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5706B

Black with #E5706B

Text Example


Text Example

White with #E5706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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