#EB7969

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

Shades of Geraldine #EB7969

Tints of Geraldine #EB7969

Color information

#EB7969 (or 0xEB7969) is unknown color: approx Geraldine. HEX triplet: EB, 79 and 69. RGB value is (235,121,105). Sum of RGB (Red+Green+Blue) = 235+121+105=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7969 is #148696. Grayscale: #999999. Windows color (decimal): -1345175 or 6912491. OLE color: 6912491.

HSL color Cylindrical-coordinate representation of color #EB7969: hue angle of 7.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB7969 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB235121105-
CMYK00.490.550.08
HSL7.38º76.47%66.67%-
HSV(B)7.38º55.32%92.16%-
XYZ43.6532.3617.31-
YUV153.26100.77186.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=50.98%
G=26.25%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512110500.490.550.087.3876.4766.67
HexEB796903137874c43
Octal35317115106167107114103
Binary11101011111100111010010110001110111100011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7969; }

 p { color: rgb(235,121,105); }

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

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

 a { background-color: rgb(235,121,105); }

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

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

 span { border-color: rgb(235,121,105); }

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