Html Css Color HEX #ED874C Flamenco

📋 copy color: '#ED874C'

red 237 ◦ green 135 ◦ blue 76

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

Shades of Flamenco #ED874C

Tints of Flamenco #ED874C

RGB

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

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

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

R = 52.9%
G = 30.13%
B = 16.96%

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

#ED874C (or 0xED874C) is known color: Flamenco. HEX triplet: ED, 87 and 4C. RGB value is (237,135,76). Sum of RGB (Red+Green+Blue) = 237+135+76=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED874C is #1278B3. Grayscale: #9F9F9F. Windows color (decimal): -1210548 or 5015533. OLE color: 5015533.

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

Color convert

RGB 237 135 76 -
CMYK 0 0.43 0.68 0.07
HSL 21.99º 0.82% 0.61% -
HSV(B) 21.99º 0.68% 0.93% -
XYZ 44.89 35.85 11.39 -
YUV 158.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 237 135 76 0 0.43 0.68 0.07 21.99 0.82 0.61
Hex ED 87 4C 0 2B 44 7 16 52 3D
Octal 355 207 114 0 53 104 7 26 122 75
Binary 11101101 10000111 1001100 0 101011 1000100 111 10110 1010010 111101

Color Harmonies of #ED874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED874C

Black with #ED874C

Text Example


Text Example

White with #ED874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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