Html Css Color HEX #EB8471 Geraldine

📋 copy color: '#EB8471'

red 235 ◦ green 132 ◦ blue 113

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

Shades of Geraldine #EB8471

Tints of Geraldine #EB8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 48.96%
G = 27.5%
B = 23.54%

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

#EB8471 (or 0xEB8471) is known color: Geraldine. HEX triplet: EB, 84 and 71. RGB value is (235,132,113). Sum of RGB (Red+Green+Blue) = 235+132+113=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8471 is #147B8E. Grayscale: #A0A0A0. Windows color (decimal): -1342351 or 7439595. OLE color: 7439595.

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

Color convert

RGB 235 132 113 -
CMYK 0 0.44 0.52 0.08
HSL 9.34º 0.75% 0.68% -
HSV(B) 9.34º 0.52% 0.92% -
XYZ 45.49 35.36 20.05 -
YUV 160.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 235 132 113 0 0.44 0.52 0.08 9.34 0.75 0.68
Hex EB 84 71 0 2C 34 8 9 4B 44
Octal 353 204 161 0 54 64 10 11 113 104
Binary 11101011 10000100 1110001 0 101100 110100 1000 1001 1001011 1000100

Color Harmonies of #EB8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8471

Black with #EB8471

Text Example


Text Example

White with #EB8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8471; }

 p { color: rgb(235,132,113); }

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

background-color css

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

 a { background-color: rgb(235,132,113); }

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

border-color css

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

 span { border-color: rgb(235,132,113); }

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