Html Css Color HEX #ED8C46 Flamenco

📋 copy color: '#ED8C46'

red 237 ◦ green 140 ◦ blue 70

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

Shades of Flamenco #ED8C46

Tints of Flamenco #ED8C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.66%

R = 53.02%
G = 31.32%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8C46 (or 0xED8C46) is known color: Flamenco. HEX triplet: ED, 8C and 46. RGB value is (237,140,70). Sum of RGB (Red+Green+Blue) = 237+140+70=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C46 is #1273B9. Grayscale: #A1A1A1. Windows color (decimal): -1209274 or 4623597. OLE color: 4623597.

HSL color Cylindrical-coordinate representation of color #ED8C46: hue angle of 25.15º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED8C46 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 70 -
CMYK 0 0.41 0.70 0.07
HSL 25.15º 0.82% 0.6% -
HSV(B) 25.15º 0.7% 0.93% -
XYZ 45.41 37.2 10.58 -
YUV 161.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 237 140 70 0 0.41 0.70 0.07 25.15 0.82 0.6
Hex ED 8C 46 0 29 46 7 19 52 3C
Octal 355 214 106 0 51 106 7 31 122 74
Binary 11101101 10001100 1000110 0 101001 1000110 111 11001 1010010 111100

Color Harmonies of #ED8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C46

Black with #ED8C46

Text Example


Text Example

White with #ED8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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