Html Css Color HEX #ED884D Flamenco

📋 copy color: '#ED884D'

red 237 ◦ green 136 ◦ blue 77

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

Shades of Flamenco #ED884D

Tints of Flamenco #ED884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 52.67%
G = 30.22%
B = 17.11%

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

#ED884D (or 0xED884D) is known color: Flamenco. HEX triplet: ED, 88 and 4D. RGB value is (237,136,77). Sum of RGB (Red+Green+Blue) = 237+136+77=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED884D is #1277B2. Grayscale: #9F9F9F. Windows color (decimal): -1210291 or 5081325. OLE color: 5081325.

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

Color convert

RGB 237 136 77 -
CMYK 0 0.43 0.68 0.07
HSL 22.13º 0.82% 0.62% -
HSV(B) 22.13º 0.68% 0.93% -
XYZ 45.07 36.15 11.62 -
YUV 159.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 237 136 77 0 0.43 0.68 0.07 22.13 0.82 0.62
Hex ED 88 4D 0 2B 44 7 16 52 3E
Octal 355 210 115 0 53 104 7 26 122 76
Binary 11101101 10001000 1001101 0 101011 1000100 111 10110 1010010 111110

Color Harmonies of #ED884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED884D

Black with #ED884D

Text Example


Text Example

White with #ED884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED884D; }

 p { color: rgb(237,136,77); }

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

background-color css

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

 a { background-color: rgb(237,136,77); }

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

border-color css

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

 span { border-color: rgb(237,136,77); }

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