#EE7B68

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

Shades of Geraldine #EE7B68

Tints of Geraldine #EE7B68

Color information

#EE7B68 (or 0xEE7B68) is unknown color: approx Geraldine. HEX triplet: EE, 7B and 68. RGB value is (238,123,104). Sum of RGB (Red+Green+Blue) = 238+123+104=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B68 is #118497. Grayscale: #9B9B9B. Windows color (decimal): -1148056 or 6847470. OLE color: 6847470.

HSL color Cylindrical-coordinate representation of color #EE7B68: hue angle of 8.51º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7B68 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB238123104-
CMYK00.480.560.07
HSL8.51º79.76%67.06%-
HSV(B)8.51º56.3%93.33%-
XYZ44.8433.3417.17-
YUV155.2299.1187.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=51.18%
G=26.45%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812310400.480.560.078.5179.7667.06
HexEE7B6803038795043
Octal35617315006070711120103
Binary11101110111101111010000110000111000111100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7B68; }

 p { color: rgb(238,123,104); }

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

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

 a { background-color: rgb(238,123,104); }

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

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

 span { border-color: rgb(238,123,104); }

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