#EE6345

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

Shades of Flamingo #EE6345

Tints of Flamingo #EE6345

Color information

#EE6345 (or 0xEE6345) is unknown color: approx Flamingo. HEX triplet: EE, 63 and 45. RGB value is (238,99,69). Sum of RGB (Red+Green+Blue) = 238+99+69=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6345 is #119CBA. Grayscale: #898989. Windows color (decimal): -1154235 or 4547566. OLE color: 4547566.

HSL color Cylindrical-coordinate representation of color #EE6345: hue angle of 10.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE6345 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB2389969-
CMYK00.580.710.07
HSL10.65º83.25%60.2%-
HSV(B)10.65º71.01%93.33%-
XYZ40.827.538.79-
YUV137.1489.55199.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.62%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=58.62%
G=24.38%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238996900.580.710.0710.6583.2560.2
HexEE634503A477b533c
Octal35614310507210771312374
Binary11101110110001110001010111010100011111110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6345; }

 p { color: rgb(238,99,69); }

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

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

 a { background-color: rgb(238,99,69); }

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

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

 span { border-color: rgb(238,99,69); }

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