Html Css Color HEX #ED824C Flamenco

📋 copy color: '#ED824C'

red 237 ◦ green 130 ◦ blue 76

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

Shades of Flamenco #ED824C

Tints of Flamenco #ED824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 53.5%
G = 29.35%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED824C (or 0xED824C) is known color: Flamenco. HEX triplet: ED, 82 and 4C. RGB value is (237,130,76). Sum of RGB (Red+Green+Blue) = 237+130+76=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED824C is #127DB3. Grayscale: #9C9C9C. Windows color (decimal): -1211828 or 5014253. OLE color: 5014253.

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

Color convert

RGB 237 130 76 -
CMYK 0 0.45 0.68 0.07
HSL 20.12º 0.82% 0.61% -
HSV(B) 20.12º 0.68% 0.93% -
XYZ 44.21 34.49 11.16 -
YUV 155.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 237 130 76 0 0.45 0.68 0.07 20.12 0.82 0.61
Hex ED 82 4C 0 2D 44 7 14 52 3D
Octal 355 202 114 0 55 104 7 24 122 75
Binary 11101101 10000010 1001100 0 101101 1000100 111 10100 1010010 111101

Color Harmonies of #ED824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED824C

Black with #ED824C

Text Example


Text Example

White with #ED824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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