Html Css Color HEX #ED8D4A Flamenco

📋 copy color: '#ED8D4A'

red 237 ◦ green 141 ◦ blue 74

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

Shades of Flamenco #ED8D4A

Tints of Flamenco #ED8D4A

RGB

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

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

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

R = 52.43%
G = 31.19%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED8D4A (or 0xED8D4A) is known color: Flamenco. HEX triplet: ED, 8D and 4A. RGB value is (237,141,74). Sum of RGB (Red+Green+Blue) = 237+141+74=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D4A is #1272B5. Grayscale: #A2A2A2. Windows color (decimal): -1209014 or 4885997. OLE color: 4885997.

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

Color convert

RGB 237 141 74 -
CMYK 0 0.41 0.69 0.07
HSL 24.66º 0.82% 0.61% -
HSV(B) 24.66º 0.69% 0.93% -
XYZ 45.69 37.55 11.32 -
YUV 162.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 237 141 74 0 0.41 0.69 0.07 24.66 0.82 0.61
Hex ED 8D 4A 0 29 45 7 19 52 3D
Octal 355 215 112 0 51 105 7 31 122 75
Binary 11101101 10001101 1001010 0 101001 1000101 111 11001 1010010 111101

Color Harmonies of #ED8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D4A

Black with #ED8D4A

Text Example


Text Example

White with #ED8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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