#ED6642

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

Shades of Flamingo #ED6642

Tints of Flamingo #ED6642

Color information

#ED6642 (or 0xED6642) is unknown color: approx Flamingo. HEX triplet: ED, 66 and 42. RGB value is (237,102,66). Sum of RGB (Red+Green+Blue) = 237+102+66=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6642 is #1299BD. Grayscale: #8A8A8A. Windows color (decimal): -1219006 or 4351725. OLE color: 4351725.

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

Color convert

RGB23710266-
CMYK00.570.720.07
HSL12.63º82.61%59.41%-
HSV(B)12.63º72.15%92.94%-
XYZ40.6627.98.4-
YUV138.2687.23198.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.52%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=58.52%
G=25.19%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371026600.570.720.0712.6382.6159.41
HexED6642039487d533b
Octal35514610207111071512373
Binary11101101110011010000100111001100100011111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6642; }

 p { color: rgb(237,102,66); }

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

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

 a { background-color: rgb(237,102,66); }

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

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

 span { border-color: rgb(237,102,66); }

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