Html Css Color HEX #EF8346 Flamenco

📋 copy color: '#EF8346'

red 239 ◦ green 131 ◦ blue 70

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

Shades of Flamenco #EF8346

Tints of Flamenco #EF8346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

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

R = 54.32%
G = 29.77%
B = 15.91%

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

#EF8346 (or 0xEF8346) is known color: Flamenco. HEX triplet: EF, 83 and 46. RGB value is (239,131,70). Sum of RGB (Red+Green+Blue) = 239+131+70=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8346 is #107CB9. Grayscale: #9C9C9C. Windows color (decimal): -1080506 or 4621295. OLE color: 4621295.

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

Color convert

RGB 239 131 70 -
CMYK 0 0.45 0.71 0.06
HSL 21.66º 0.84% 0.61% -
HSV(B) 21.66º 0.71% 0.94% -
XYZ 44.82 35.03 10.19 -
YUV 156.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 239 131 70 0 0.45 0.71 0.06 21.66 0.84 0.61
Hex EF 83 46 0 2D 47 6 16 54 3D
Octal 357 203 106 0 55 107 6 26 124 75
Binary 11101111 10000011 1000110 0 101101 1000111 110 10110 1010100 111101

Color Harmonies of #EF8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8346

Black with #EF8346

Text Example


Text Example

White with #EF8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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