#E07769

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

Shades of Geraldine #E07769

Tints of Geraldine #E07769

Color information

#E07769 (or 0xE07769) is unknown color: approx Geraldine. HEX triplet: E0, 77 and 69. RGB value is (224,119,105). Sum of RGB (Red+Green+Blue) = 224+119+105=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E07769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07769 is #1F8896. Grayscale: #949494. Windows color (decimal): -2066583 or 6911968. OLE color: 6911968.

HSL color Cylindrical-coordinate representation of color #E07769: hue angle of 7.06º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E07769 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224119105-
CMYK00.470.530.12
HSL7.06º65.75%64.51%-
HSV(B)7.06º53.12%87.84%-
XYZ39.8930.0617.06-
YUV148.8103.29181.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=50%
G=26.56%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411910500.470.530.127.0665.7564.51
HexE0776902F35C74241
Octal34016715105765147102101
Binary11100000111011111010010101111110101110011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07769; }

 p { color: rgb(224,119,105); }

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

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

 a { background-color: rgb(224,119,105); }

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

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

 span { border-color: rgb(224,119,105); }

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