Html Css Color HEX #ED6045 Flamingo

📋 copy color: '#ED6045'

red 237 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #ED6045

Tints of Flamingo #ED6045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 58.96%
G = 23.88%
B = 17.16%

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

#ED6045 (or 0xED6045) is known color: Flamingo. HEX triplet: ED, 60 and 45. RGB value is (237,96,69). Sum of RGB (Red+Green+Blue) = 237+96+69=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6045 is #129FBA. Grayscale: #878787. Windows color (decimal): -1220539 or 4546797. OLE color: 4546797.

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

Color convert

RGB 237 96 69 -
CMYK 0 0.59 0.71 0.07
HSL 9.64º 0.82% 0.6% -
HSV(B) 9.64º 0.71% 0.93% -
XYZ 40.18 26.8 8.69 -
YUV 135.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 237 96 69 0 0.59 0.71 0.07 9.64 0.82 0.6
Hex ED 60 45 0 3B 47 7 A 52 3C
Octal 355 140 105 0 73 107 7 12 122 74
Binary 11101101 1100000 1000101 0 111011 1000111 111 1010 1010010 111100

Color Harmonies of #ED6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6045

Black with #ED6045

Text Example


Text Example

White with #ED6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6045; }

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

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

background-color css

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

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

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

border-color css

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

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

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