Html Css Color HEX #ED8940 Flamenco

📋 copy color: '#ED8940'

red 237 ◦ green 137 ◦ blue 64

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

Shades of Flamenco #ED8940

Tints of Flamenco #ED8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 54.11%
G = 31.28%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED8940 (or 0xED8940) is known color: Flamenco. HEX triplet: ED, 89 and 40. RGB value is (237,137,64). Sum of RGB (Red+Green+Blue) = 237+137+64=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8940 is #1276BF. Grayscale: #9E9E9E. Windows color (decimal): -1210048 or 4229613. OLE color: 4229613.

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

Color convert

RGB 237 137 64 -
CMYK 0 0.42 0.73 0.07
HSL 25.32º 0.83% 0.59% -
HSV(B) 25.32º 0.73% 0.93% -
XYZ 44.8 36.27 9.49 -
YUV 158.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 237 137 64 0 0.42 0.73 0.07 25.32 0.83 0.59
Hex ED 89 40 0 2A 49 7 19 53 3B
Octal 355 211 100 0 52 111 7 31 123 73
Binary 11101101 10001001 1000000 0 101010 1001001 111 11001 1010011 111011

Color Harmonies of #ED8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8940

Black with #ED8940

Text Example


Text Example

White with #ED8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8940; }

 p { color: rgb(237,137,64); }

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

background-color css

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

 a { background-color: rgb(237,137,64); }

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

border-color css

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

 span { border-color: rgb(237,137,64); }

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