#EF635A

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

Shades of Flamingo #EF635A

Tints of Flamingo #EF635A

Color information

#EF635A (or 0xEF635A) is unknown color: approx Flamingo. HEX triplet: EF, 63 and 5A. RGB value is (239,99,90). Sum of RGB (Red+Green+Blue) = 239+99+90=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF635A is #109CA5. Grayscale: #8C8C8C. Windows color (decimal): -1088678 or 5923823. OLE color: 5923823.

HSL color Cylindrical-coordinate representation of color #EF635A: hue angle of 3.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF635A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2399990-
CMYK00.590.620.06
HSL3.62º82.32%64.51%-
HSV(B)3.62º62.34%93.73%-
XYZ41.928.0112.87-
YUV139.8399.88198.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.84%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=55.84%
G=23.13%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239999000.590.620.063.6282.3264.51
HexEF635A03B3E645241
Octal3571431320737664122101
Binary1110111111000111011010011101111111011010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF635A; }

 p { color: rgb(239,99,90); }

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

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

 a { background-color: rgb(239,99,90); }

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

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

 span { border-color: rgb(239,99,90); }

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