#EB8372

Color #EB8372 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EB8372

Tints of Geraldine #EB8372

Color information

#EB8372 (or 0xEB8372) is unknown color: approx Geraldine. HEX triplet: EB, 83 and 72. RGB value is (235,131,114). Sum of RGB (Red+Green+Blue) = 235+131+114=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8372 is #147C8D. Grayscale: #A0A0A0. Windows color (decimal): -1342606 or 7504875. OLE color: 7504875.

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

Color convert

RGB235131114-
CMYK00.440.510.08
HSL8.43º75.16%68.43%-
HSV(B)8.43º51.49%92.16%-
XYZ45.4135.1120.3-
YUV160.16101.96181.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=48.96%
G=27.29%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513111400.440.510.088.4375.1668.43
HexEB837202C33884b44
Octal353203162054631010113104
Binary1110101110000011111001001011001100111000100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8372; }

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

 H1.HeaderClassName
 {
   color: #EB8372;
 }
 .AnyTagClassName
 {
   color: #EB8372;
 }
</style>
background-color css

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

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

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

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

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

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