Html Css Color HEX #ED8D45 Flamenco

📋 copy color: '#ED8D45'

red 237 ◦ green 141 ◦ blue 69

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

Shades of Flamenco #ED8D45

Tints of Flamenco #ED8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

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

R = 53.02%
G = 31.54%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED8D45 (or 0xED8D45) is known color: Flamenco. HEX triplet: ED, 8D and 45. RGB value is (237,141,69). Sum of RGB (Red+Green+Blue) = 237+141+69=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D45 is #1272BA. Grayscale: #A1A1A1. Windows color (decimal): -1209019 or 4558317. OLE color: 4558317.

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

Color convert

RGB 237 141 69 -
CMYK 0 0.41 0.71 0.07
HSL 25.71º 0.82% 0.6% -
HSV(B) 25.71º 0.71% 0.93% -
XYZ 45.52 37.48 10.47 -
YUV 161.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 237 141 69 0 0.41 0.71 0.07 25.71 0.82 0.6
Hex ED 8D 45 0 29 47 7 1A 52 3C
Octal 355 215 105 0 51 107 7 32 122 74
Binary 11101101 10001101 1000101 0 101001 1000111 111 11010 1010010 111100

Color Harmonies of #ED8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D45

Black with #ED8D45

Text Example


Text Example

White with #ED8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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