Html Css Color HEX #ED8043 Flamenco

📋 copy color: '#ED8043'

red 237 ◦ green 128 ◦ blue 67

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

Shades of Flamenco #ED8043

Tints of Flamenco #ED8043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 54.86%
G = 29.63%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED8043 (or 0xED8043) is known color: Flamenco. HEX triplet: ED, 80 and 43. RGB value is (237,128,67). Sum of RGB (Red+Green+Blue) = 237+128+67=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8043 is #127FBC. Grayscale: #999999. Windows color (decimal): -1212349 or 4423917. OLE color: 4423917.

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

Color convert

RGB 237 128 67 -
CMYK 0 0.46 0.72 0.07
HSL 21.53º 0.83% 0.6% -
HSV(B) 21.53º 0.72% 0.93% -
XYZ 43.66 33.85 9.54 -
YUV 153.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 237 128 67 0 0.46 0.72 0.07 21.53 0.83 0.6
Hex ED 80 43 0 2E 48 7 16 53 3C
Octal 355 200 103 0 56 110 7 26 123 74
Binary 11101101 10000000 1000011 0 101110 1001000 111 10110 1010011 111100

Color Harmonies of #ED8043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8043

Black with #ED8043

Text Example


Text Example

White with #ED8043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8043; }

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

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

background-color css

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

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

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

border-color css

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

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

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