Html Css Color HEX #ED6044 Flamingo

📋 copy color: '#ED6044'

red 237 ◦ green 96 ◦ blue 68

#ED6044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #ED6044

Tints of Flamingo #ED6044

RGB

 RED value IS 237 (92.97% from 255) = 59.1%

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 59.1%
G = 23.94%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED6044 (or 0xED6044) is known color: Flamingo. HEX triplet: ED, 60 and 44. RGB value is (237,96,68). Sum of RGB (Red+Green+Blue) = 237+96+68=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6044 is #129FBB. Grayscale: #878787. Windows color (decimal): -1220540 or 4481261. OLE color: 4481261.

HSL color Cylindrical-coordinate representation of color #ED6044: hue angle of 9.94º degrees, saturation: 0.82, 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 #ED6044 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 68 -
CMYK 0 0.59 0.71 0.07
HSL 9.94º 0.82% 0.6% -
HSV(B) 9.94º 0.71% 0.93% -
XYZ 40.15 26.79 8.52 -
YUV 134.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 237 96 68 0 0.59 0.71 0.07 9.94 0.82 0.6
Hex ED 60 44 0 3B 47 7 A 52 3C
Octal 355 140 104 0 73 107 7 12 122 74
Binary 11101101 1100000 1000100 0 111011 1000111 111 1010 1010010 111100

Color Harmonies of #ED6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6044

Black with #ED6044

Text Example


Text Example

White with #ED6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6044; }

 p { color: rgb(237,96,68); }

 H1.HeaderClassName
 {
   color: #ED6044;
 }
 .AnyTagClassName
 {
   color: #ED6044;
 }
</style>

background-color css

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

 a { background-color: rgb(237,96,68); }

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

border-color css

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

 span { border-color: rgb(237,96,68); }

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