Html Css Color HEX #ED844C Flamenco

📋 copy color: '#ED844C'

red 237 ◦ green 132 ◦ blue 76

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

Shades of Flamenco #ED844C

Tints of Flamenco #ED844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 76 (30.08% from 255) = 17.08%

R = 53.26%
G = 29.66%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED844C (or 0xED844C) is known color: Flamenco. HEX triplet: ED, 84 and 4C. RGB value is (237,132,76). Sum of RGB (Red+Green+Blue) = 237+132+76=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED844C is #127BB3. Grayscale: #9D9D9D. Windows color (decimal): -1211316 or 5014765. OLE color: 5014765.

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

Color convert

RGB 237 132 76 -
CMYK 0 0.44 0.68 0.07
HSL 20.87º 0.82% 0.61% -
HSV(B) 20.87º 0.68% 0.93% -
XYZ 44.48 35.03 11.25 -
YUV 157.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 237 132 76 0 0.44 0.68 0.07 20.87 0.82 0.61
Hex ED 84 4C 0 2C 44 7 15 52 3D
Octal 355 204 114 0 54 104 7 25 122 75
Binary 11101101 10000100 1001100 0 101100 1000100 111 10101 1010010 111101

Color Harmonies of #ED844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED844C

Black with #ED844C

Text Example


Text Example

White with #ED844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED844C; }

 p { color: rgb(237,132,76); }

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

background-color css

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

 a { background-color: rgb(237,132,76); }

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

border-color css

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

 span { border-color: rgb(237,132,76); }

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