#E9716F

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

Shades of Geraldine #E9716F

Tints of Geraldine #E9716F

Color information

#E9716F (or 0xE9716F) is unknown color: approx Geraldine. HEX triplet: E9, 71 and 6F. RGB value is (233,113,111). Sum of RGB (Red+Green+Blue) = 233+113+111=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9716F is #168E90. Grayscale: #949494. Windows color (decimal): -1478289 or 7303657. OLE color: 7303657.

HSL color Cylindrical-coordinate representation of color #E9716F: hue angle of 0.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9716F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233113111-
CMYK00.520.520.09
HSL0.98º73.49%67.45%-
HSV(B)0.98º52.36%91.37%-
XYZ42.3830.2818.65-
YUV148.65106.76188.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.98%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=50.98%
G=24.73%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311311100.520.520.090.9873.4967.45
HexE9716F03434914943
Octal35116115706464111111103
Binary111010011110001110111101101001101001001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9716F; }

 p { color: rgb(233,113,111); }

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

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

 a { background-color: rgb(233,113,111); }

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

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

 span { border-color: rgb(233,113,111); }

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