Html Css Color HEX #ED863D Flamenco

📋 copy color: '#ED863D'

red 237 ◦ green 134 ◦ blue 61

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

Shades of Flamenco #ED863D

Tints of Flamenco #ED863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 54.86%
G = 31.02%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED863D (or 0xED863D) is known color: Flamenco. HEX triplet: ED, 86 and 3D. RGB value is (237,134,61). Sum of RGB (Red+Green+Blue) = 237+134+61=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED863D is #1279C2. Grayscale: #9C9C9C. Windows color (decimal): -1210819 or 4032237. OLE color: 4032237.

HSL color Cylindrical-coordinate representation of color #ED863D: hue angle of 24.89º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED863D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 61 -
CMYK 0 0.43 0.74 0.07
HSL 24.89º 0.83% 0.58% -
HSV(B) 24.89º 0.74% 0.93% -
XYZ 44.29 35.39 8.91 -
YUV 156.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 237 134 61 0 0.43 0.74 0.07 24.89 0.83 0.58
Hex ED 86 3D 0 2B 4A 7 19 53 3A
Octal 355 206 75 0 53 112 7 31 123 72
Binary 11101101 10000110 111101 0 101011 1001010 111 11001 1010011 111010

Color Harmonies of #ED863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED863D

Black with #ED863D

Text Example


Text Example

White with #ED863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED863D; }

 p { color: rgb(237,134,61); }

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

background-color css

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

 a { background-color: rgb(237,134,61); }

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

border-color css

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

 span { border-color: rgb(237,134,61); }

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