#E9726D

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

Shades of Geraldine #E9726D

Tints of Geraldine #E9726D

Color information

#E9726D (or 0xE9726D) is unknown color: approx Geraldine. HEX triplet: E9, 72 and 6D. RGB value is (233,114,109). Sum of RGB (Red+Green+Blue) = 233+114+109=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9726D is #168D92. Grayscale: #959595. Windows color (decimal): -1478035 or 7172841. OLE color: 7172841.

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

Color convert

RGB233114109-
CMYK00.510.530.09
HSL2.42º73.81%67.06%-
HSV(B)2.42º53.22%91.37%-
XYZ42.3830.4618.11-
YUV149.01105.42187.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.10%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=51.10%
G=25%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311410900.510.530.092.4273.8167.06
HexE9726D03335924a43
Octal35116215506365112112103
Binary1110100111100101101101011001111010110011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9726D; }

 p { color: rgb(233,114,109); }

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

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

 a { background-color: rgb(233,114,109); }

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

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

 span { border-color: rgb(233,114,109); }

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