Html Css Color HEX #ED8C4A Flamenco

📋 copy color: '#ED8C4A'

red 237 ◦ green 140 ◦ blue 74

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

Shades of Flamenco #ED8C4A

Tints of Flamenco #ED8C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.04%

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

R = 52.55%
G = 31.04%
B = 16.41%

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

#ED8C4A (or 0xED8C4A) is known color: Flamenco. HEX triplet: ED, 8C and 4A. RGB value is (237,140,74). Sum of RGB (Red+Green+Blue) = 237+140+74=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C4A is #1273B5. Grayscale: #A1A1A1. Windows color (decimal): -1209270 or 4885741. OLE color: 4885741.

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

Color convert

RGB 237 140 74 -
CMYK 0 0.41 0.69 0.07
HSL 24.29º 0.82% 0.61% -
HSV(B) 24.29º 0.69% 0.93% -
XYZ 45.54 37.26 11.27 -
YUV 161.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 237 140 74 0 0.41 0.69 0.07 24.29 0.82 0.61
Hex ED 8C 4A 0 29 45 7 18 52 3D
Octal 355 214 112 0 51 105 7 30 122 75
Binary 11101101 10001100 1001010 0 101001 1000101 111 11000 1010010 111101

Color Harmonies of #ED8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C4A

Black with #ED8C4A

Text Example


Text Example

White with #ED8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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