#EB7A68

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

Shades of Geraldine #EB7A68

Tints of Geraldine #EB7A68

Color information

#EB7A68 (or 0xEB7A68) is unknown color: approx Geraldine. HEX triplet: EB, 7A and 68. RGB value is (235,122,104). Sum of RGB (Red+Green+Blue) = 235+122+104=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7A68 is #148597. Grayscale: #999999. Windows color (decimal): -1344920 or 6847211. OLE color: 6847211.

HSL color Cylindrical-coordinate representation of color #EB7A68: hue angle of 8.24º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB7A68 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB235122104-
CMYK00.480.560.08
HSL8.24º76.61%66.47%-
HSV(B)8.24º55.74%92.16%-
XYZ43.7232.5817.08-
YUV153.7399.94185.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=50.98%
G=26.46%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512210400.480.560.088.2476.6166.47
HexEB7A6803038884d42
Octal353172150060701010115102
Binary111010111111010110100001100001110001000100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A68; }

 p { color: rgb(235,122,104); }

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

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

 a { background-color: rgb(235,122,104); }

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

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

 span { border-color: rgb(235,122,104); }

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