Html Css Color HEX #ED8343 Flamenco

📋 copy color: '#ED8343'

red 237 ◦ green 131 ◦ blue 67

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

Shades of Flamenco #ED8343

Tints of Flamenco #ED8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

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

R = 54.48%
G = 30.11%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED8343 (or 0xED8343) is known color: Flamenco. HEX triplet: ED, 83 and 43. RGB value is (237,131,67). Sum of RGB (Red+Green+Blue) = 237+131+67=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8343 is #127CBC. Grayscale: #9B9B9B. Windows color (decimal): -1211581 or 4424685. OLE color: 4424685.

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

Color convert

RGB 237 131 67 -
CMYK 0 0.45 0.72 0.07
HSL 22.59º 0.83% 0.6% -
HSV(B) 22.59º 0.72% 0.93% -
XYZ 44.05 34.64 9.67 -
YUV 155.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 237 131 67 0 0.45 0.72 0.07 22.59 0.83 0.6
Hex ED 83 43 0 2D 48 7 17 53 3C
Octal 355 203 103 0 55 110 7 27 123 74
Binary 11101101 10000011 1000011 0 101101 1001000 111 10111 1010011 111100

Color Harmonies of #ED8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8343

Black with #ED8343

Text Example


Text Example

White with #ED8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8343; }

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

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

background-color css

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

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

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

border-color css

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

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

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