#EB7E6B

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

Shades of Geraldine #EB7E6B

Tints of Geraldine #EB7E6B

Color information

#EB7E6B (or 0xEB7E6B) is unknown color: approx Geraldine. HEX triplet: EB, 7E and 6B. RGB value is (235,126,107). Sum of RGB (Red+Green+Blue) = 235+126+107=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E6B is #148194. Grayscale: #9C9C9C. Windows color (decimal): -1343893 or 7044843. OLE color: 7044843.

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

Color convert

RGB235126107-
CMYK00.460.540.08
HSL8.91º76.19%67.06%-
HSV(B)8.91º54.47%92.16%-
XYZ44.3833.6518.07-
YUV156.42100.11184.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.21%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=50.21%
G=26.92%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512610700.460.540.088.9176.1967.06
HexEB7E6B02E36894c43
Octal353176153056661011114103
Binary111010111111110110101101011101101101000100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7E6B; }

 p { color: rgb(235,126,107); }

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

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

 a { background-color: rgb(235,126,107); }

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

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

 span { border-color: rgb(235,126,107); }

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