Html Css Color HEX #ED804A Flamenco

📋 copy color: '#ED804A'

red 237 ◦ green 128 ◦ blue 74

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

Shades of Flamenco #ED804A

Tints of Flamenco #ED804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 53.99%
G = 29.16%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED804A (or 0xED804A) is known color: Flamenco. HEX triplet: ED, 80 and 4A. RGB value is (237,128,74). Sum of RGB (Red+Green+Blue) = 237+128+74=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED804A is #127FB5. Grayscale: #9A9A9A. Windows color (decimal): -1212342 or 4882669. OLE color: 4882669.

HSL color Cylindrical-coordinate representation of color #ED804A: hue angle of 19.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED804A is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 74 -
CMYK 0 0.46 0.69 0.07
HSL 19.88º 0.82% 0.61% -
HSV(B) 19.88º 0.69% 0.93% -
XYZ 43.88 33.94 10.72 -
YUV 154.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 237 128 74 0 0.46 0.69 0.07 19.88 0.82 0.61
Hex ED 80 4A 0 2E 45 7 14 52 3D
Octal 355 200 112 0 56 105 7 24 122 75
Binary 11101101 10000000 1001010 0 101110 1000101 111 10100 1010010 111101

Color Harmonies of #ED804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED804A

Black with #ED804A

Text Example


Text Example

White with #ED804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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