Html Css Color HEX #ED8544 Flamenco

📋 copy color: '#ED8544'

red 237 ◦ green 133 ◦ blue 68

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

Shades of Flamenco #ED8544

Tints of Flamenco #ED8544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

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

R = 54.11%
G = 30.37%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED8544 (or 0xED8544) is known color: Flamenco. HEX triplet: ED, 85 and 44. RGB value is (237,133,68). Sum of RGB (Red+Green+Blue) = 237+133+68=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8544 is #127ABB. Grayscale: #9D9D9D. Windows color (decimal): -1211068 or 4490733. OLE color: 4490733.

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

Color convert

RGB 237 133 68 -
CMYK 0 0.44 0.71 0.07
HSL 23.08º 0.82% 0.6% -
HSV(B) 23.08º 0.71% 0.93% -
XYZ 44.36 35.2 9.92 -
YUV 156.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 237 133 68 0 0.44 0.71 0.07 23.08 0.82 0.6
Hex ED 85 44 0 2C 47 7 17 52 3C
Octal 355 205 104 0 54 107 7 27 122 74
Binary 11101101 10000101 1000100 0 101100 1000111 111 10111 1010010 111100

Color Harmonies of #ED8544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8544

Black with #ED8544

Text Example


Text Example

White with #ED8544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8544; }

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

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

background-color css

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

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

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

border-color css

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

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

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