Html Css Color HEX #ED8D43 Flamenco

📋 copy color: '#ED8D43'

red 237 ◦ green 141 ◦ blue 67

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

Shades of Flamenco #ED8D43

Tints of Flamenco #ED8D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.06%

R = 53.26%
G = 31.69%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED8D43 (or 0xED8D43) is known color: Flamenco. HEX triplet: ED, 8D and 43. RGB value is (237,141,67). Sum of RGB (Red+Green+Blue) = 237+141+67=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D43 is #1272BC. Grayscale: #A1A1A1. Windows color (decimal): -1209021 or 4427245. OLE color: 4427245.

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

Color convert

RGB 237 141 67 -
CMYK 0 0.41 0.72 0.07
HSL 26.12º 0.83% 0.6% -
HSV(B) 26.12º 0.72% 0.93% -
XYZ 45.46 37.46 10.14 -
YUV 161.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 237 141 67 0 0.41 0.72 0.07 26.12 0.83 0.6
Hex ED 8D 43 0 29 48 7 1A 53 3C
Octal 355 215 103 0 51 110 7 32 123 74
Binary 11101101 10001101 1000011 0 101001 1001000 111 11010 1010011 111100

Color Harmonies of #ED8D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D43

Black with #ED8D43

Text Example


Text Example

White with #ED8D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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