#EB7767

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

Shades of Geraldine #EB7767

Tints of Geraldine #EB7767

Color information

#EB7767 (or 0xEB7767) is unknown color: approx Geraldine. HEX triplet: EB, 77 and 67. RGB value is (235,119,103). Sum of RGB (Red+Green+Blue) = 235+119+103=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7767 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7767 is #148898. Grayscale: #989898. Windows color (decimal): -1345689 or 6780907. OLE color: 6780907.

HSL color Cylindrical-coordinate representation of color #EB7767: hue angle of 7.27º 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 #EB7767 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB235119103-
CMYK00.490.560.08
HSL7.27º76.74%66.27%-
HSV(B)7.27º56.17%92.16%-
XYZ43.3131.8416.69-
YUV151.86100.43187.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=51.42%
G=26.04%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511910300.490.560.087.2776.7466.27
HexEB776703138874d42
Octal35316714706170107115102
Binary11101011111011111001110110001111000100011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7767; }

 p { color: rgb(235,119,103); }

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

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

 a { background-color: rgb(235,119,103); }

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

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

 span { border-color: rgb(235,119,103); }

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