Html Css Color HEX #ED874D Flamenco

📋 copy color: '#ED874D'

red 237 ◦ green 135 ◦ blue 77

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

Shades of Flamenco #ED874D

Tints of Flamenco #ED874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 52.78%
G = 30.07%
B = 17.15%

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

#ED874D (or 0xED874D) is known color: Flamenco. HEX triplet: ED, 87 and 4D. RGB value is (237,135,77). Sum of RGB (Red+Green+Blue) = 237+135+77=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED874D is #1278B2. Grayscale: #9F9F9F. Windows color (decimal): -1210547 or 5081069. OLE color: 5081069.

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

Color convert

RGB 237 135 77 -
CMYK 0 0.43 0.68 0.07
HSL 21.75º 0.82% 0.62% -
HSV(B) 21.75º 0.68% 0.93% -
XYZ 44.93 35.87 11.58 -
YUV 158.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 237 135 77 0 0.43 0.68 0.07 21.75 0.82 0.62
Hex ED 87 4D 0 2B 44 7 16 52 3E
Octal 355 207 115 0 53 104 7 26 122 76
Binary 11101101 10000111 1001101 0 101011 1000100 111 10110 1010010 111110

Color Harmonies of #ED874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED874D

Black with #ED874D

Text Example


Text Example

White with #ED874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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