Html Css Color HEX #EB8370 Geraldine

📋 copy color: '#EB8370'

red 235 ◦ green 131 ◦ blue 112

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

Shades of Geraldine #EB8370

Tints of Geraldine #EB8370

RGB

 RED value IS 235 (92.19% from 255) = 49.16%

 GREEN value IS 131 (51.56% from 255) = 27.41%

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 49.16%
G = 27.41%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB8370 (or 0xEB8370) is known color: Geraldine. HEX triplet: EB, 83 and 70. RGB value is (235,131,112). Sum of RGB (Red+Green+Blue) = 235+131+112=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8370 is #147C8F. Grayscale: #A0A0A0. Windows color (decimal): -1342608 or 7373803. OLE color: 7373803.

HSL color Cylindrical-coordinate representation of color #EB8370: hue angle of 9.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB8370 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 131 112 -
CMYK 0 0.44 0.52 0.08
HSL 9.27º 0.75% 0.68% -
HSV(B) 9.27º 0.52% 0.92% -
XYZ 45.3 35.06 19.71 -
YUV 159.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 235 131 112 0 0.44 0.52 0.08 9.27 0.75 0.68
Hex EB 83 70 0 2C 34 8 9 4B 44
Octal 353 203 160 0 54 64 10 11 113 104
Binary 11101011 10000011 1110000 0 101100 110100 1000 1001 1001011 1000100

Color Harmonies of #EB8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8370

Black with #EB8370

Text Example


Text Example

White with #EB8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8370; }

 p { color: rgb(235,131,112); }

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

background-color css

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

 a { background-color: rgb(235,131,112); }

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

border-color css

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

 span { border-color: rgb(235,131,112); }

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