Html Css Color HEX #EF824A Flamenco

📋 copy color: '#EF824A'

red 239 ◦ green 130 ◦ blue 74

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

Shades of Flamenco #EF824A

Tints of Flamenco #EF824A

RGB

 RED value IS 239 (93.75% from 255) = 53.95%

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

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 53.95%
G = 29.35%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF824A (or 0xEF824A) is known color: Flamenco. HEX triplet: EF, 82 and 4A. RGB value is (239,130,74). Sum of RGB (Red+Green+Blue) = 239+130+74=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF824A is #107DB5. Grayscale: #9C9C9C. Windows color (decimal): -1080758 or 4883183. OLE color: 4883183.

HSL color Cylindrical-coordinate representation of color #EF824A: hue angle of 20.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF824A is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 74 -
CMYK 0 0.46 0.69 0.06
HSL 20.36º 0.84% 0.61% -
HSV(B) 20.36º 0.69% 0.94% -
XYZ 44.82 34.81 10.84 -
YUV 156.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 239 130 74 0 0.46 0.69 0.06 20.36 0.84 0.61
Hex EF 82 4A 0 2E 45 6 14 54 3D
Octal 357 202 112 0 56 105 6 24 124 75
Binary 11101111 10000010 1001010 0 101110 1000101 110 10100 1010100 111101

Color Harmonies of #EF824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF824A

Black with #EF824A

Text Example


Text Example

White with #EF824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF824A; }

 p { color: rgb(239,130,74); }

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

background-color css

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

 a { background-color: rgb(239,130,74); }

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

border-color css

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

 span { border-color: rgb(239,130,74); }

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