#E67C6F

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

Shades of Geraldine #E67C6F

Tints of Geraldine #E67C6F

Color information

#E67C6F (or 0xE67C6F) is unknown color: approx Geraldine. HEX triplet: E6, 7C and 6F. RGB value is (230,124,111). Sum of RGB (Red+Green+Blue) = 230+124+111=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C6F is #198390. Grayscale: #9A9A9A. Windows color (decimal): -1672081 or 7306470. OLE color: 7306470.

HSL color Cylindrical-coordinate representation of color #E67C6F: hue angle of 6.55º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E67C6F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230124111-
CMYK00.460.520.10
HSL6.55º70.41%66.86%-
HSV(B)6.55º51.74%90.2%-
XYZ42.7132.3919.04-
YUV154.21103.62182.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.46%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=49.46%
G=26.67%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012411100.460.520.106.5570.4166.86
HexE67C6F02E34A74643
Octal34617415705664127106103
Binary11100110111110011011110101110110100101011110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67C6F; }

 p { color: rgb(230,124,111); }

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

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

 a { background-color: rgb(230,124,111); }

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

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

 span { border-color: rgb(230,124,111); }

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