Html Css Color HEX #ED864B Flamenco

📋 copy color: '#ED864B'

red 237 ◦ green 134 ◦ blue 75

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

Shades of Flamenco #ED864B

Tints of Flamenco #ED864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.82%

R = 53.14%
G = 30.04%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED864B (or 0xED864B) is known color: Flamenco. HEX triplet: ED, 86 and 4B. RGB value is (237,134,75). Sum of RGB (Red+Green+Blue) = 237+134+75=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED864B is #1279B4. Grayscale: #9E9E9E. Windows color (decimal): -1210805 or 4949741. OLE color: 4949741.

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

Color convert

RGB 237 134 75 -
CMYK 0 0.43 0.68 0.07
HSL 21.85º 0.82% 0.61% -
HSV(B) 21.85º 0.68% 0.93% -
XYZ 44.72 35.56 11.16 -
YUV 158.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 237 134 75 0 0.43 0.68 0.07 21.85 0.82 0.61
Hex ED 86 4B 0 2B 44 7 16 52 3D
Octal 355 206 113 0 53 104 7 26 122 75
Binary 11101101 10000110 1001011 0 101011 1000100 111 10110 1010010 111101

Color Harmonies of #ED864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED864B

Black with #ED864B

Text Example


Text Example

White with #ED864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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