#EE786A

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

Shades of Geraldine #EE786A

Tints of Geraldine #EE786A

Color information

#EE786A (or 0xEE786A) is unknown color: approx Geraldine. HEX triplet: EE, 78 and 6A. RGB value is (238,120,106). Sum of RGB (Red+Green+Blue) = 238+120+106=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE786A is #118795. Grayscale: #999999. Windows color (decimal): -1148822 or 6977774. OLE color: 6977774.

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

Color convert

RGB238120106-
CMYK00.500.550.07
HSL6.36º79.52%67.45%-
HSV(B)6.36º55.46%93.33%-
XYZ44.5832.6517.59-
YUV153.69101.09188.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.29%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=51.29%
G=25.86%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812010600.500.550.076.3679.5267.45
HexEE786A03237765043
Octal3561701520626776120103
Binary1110111011110001101010011001011011111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE786A; }

 p { color: rgb(238,120,106); }

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

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

 a { background-color: rgb(238,120,106); }

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

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

 span { border-color: rgb(238,120,106); }

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