#E67869

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

Shades of Geraldine #E67869

Tints of Geraldine #E67869

Color information

#E67869 (or 0xE67869) is unknown color: approx Geraldine. HEX triplet: E6, 78 and 69. RGB value is (230,120,105). Sum of RGB (Red+Green+Blue) = 230+120+105=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E67869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67869 is #198796. Grayscale: #979797. Windows color (decimal): -1673111 or 6912230. OLE color: 6912230.

HSL color Cylindrical-coordinate representation of color #E67869: hue angle of 7.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E67869 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB230120105-
CMYK00.480.540.10
HSL7.2º71.43%65.69%-
HSV(B)7.2º54.35%90.2%-
XYZ41.931.2817.19-
YUV151.18101.94184.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=50.55%
G=26.37%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012010500.480.540.107.271.4365.69
HexE6786903036A74742
Octal34617015106066127107102
Binary11100110111100011010010110000110110101011110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67869; }

 p { color: rgb(230,120,105); }

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

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

 a { background-color: rgb(230,120,105); }

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

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

 span { border-color: rgb(230,120,105); }

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