Html Css Color HEX #EF8646 Flamenco

📋 copy color: '#EF8646'

red 239 ◦ green 134 ◦ blue 70

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

Shades of Flamenco #EF8646

Tints of Flamenco #EF8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

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

R = 53.95%
G = 30.25%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF8646 (or 0xEF8646) is known color: Flamenco. HEX triplet: EF, 86 and 46. RGB value is (239,134,70). Sum of RGB (Red+Green+Blue) = 239+134+70=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8646 is #1079B9. Grayscale: #9E9E9E. Windows color (decimal): -1079738 or 4622063. OLE color: 4622063.

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

Color convert

RGB 239 134 70 -
CMYK 0 0.44 0.71 0.06
HSL 22.72º 0.84% 0.61% -
HSV(B) 22.72º 0.71% 0.94% -
XYZ 45.23 35.84 10.33 -
YUV 158.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 239 134 70 0 0.44 0.71 0.06 22.72 0.84 0.61
Hex EF 86 46 0 2C 47 6 17 54 3D
Octal 357 206 106 0 54 107 6 27 124 75
Binary 11101111 10000110 1000110 0 101100 1000111 110 10111 1010100 111101

Color Harmonies of #EF8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8646

Black with #EF8646

Text Example


Text Example

White with #EF8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8646; }

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

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

background-color css

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

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

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

border-color css

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

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

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