Html Css Color HEX #EF8446 Flamenco

📋 copy color: '#EF8446'

red 239 ◦ green 132 ◦ blue 70

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

Shades of Flamenco #EF8446

Tints of Flamenco #EF8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

 BLUE value IS 70 (27.73% from 255) = 15.87%

R = 54.2%
G = 29.93%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF8446 (or 0xEF8446) is known color: Flamenco. HEX triplet: EF, 84 and 46. RGB value is (239,132,70). Sum of RGB (Red+Green+Blue) = 239+132+70=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8446 is #107BB9. Grayscale: #9D9D9D. Windows color (decimal): -1080250 or 4621551. OLE color: 4621551.

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

Color convert

RGB 239 132 70 -
CMYK 0 0.45 0.71 0.06
HSL 22.01º 0.84% 0.61% -
HSV(B) 22.01º 0.71% 0.94% -
XYZ 44.95 35.3 10.24 -
YUV 156.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 239 132 70 0 0.45 0.71 0.06 22.01 0.84 0.61
Hex EF 84 46 0 2D 47 6 16 54 3D
Octal 357 204 106 0 55 107 6 26 124 75
Binary 11101111 10000100 1000110 0 101101 1000111 110 10110 1010100 111101

Color Harmonies of #EF8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8446

Black with #EF8446

Text Example


Text Example

White with #EF8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8446; }

 p { color: rgb(239,132,70); }

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

background-color css

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

 a { background-color: rgb(239,132,70); }

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

border-color css

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

 span { border-color: rgb(239,132,70); }

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