Html Css Color HEX #EF8047 Flamenco

📋 copy color: '#EF8047'

red 239 ◦ green 128 ◦ blue 71

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

Shades of Flamenco #EF8047

Tints of Flamenco #EF8047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 71 (28.13% from 255) = 16.21%

R = 54.57%
G = 29.22%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF8047 (or 0xEF8047) is known color: Flamenco. HEX triplet: EF, 80 and 47. RGB value is (239,128,71). Sum of RGB (Red+Green+Blue) = 239+128+71=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8047 is #107FB8. Grayscale: #9B9B9B. Windows color (decimal): -1081273 or 4686063. OLE color: 4686063.

HSL color Cylindrical-coordinate representation of color #EF8047: 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.7%. Process color model (Four color, CMYK) of #EF8047 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 71 -
CMYK 0 0.46 0.70 0.06
HSL 20.36º 0.84% 0.61% -
HSV(B) 20.36º 0.7% 0.94% -
XYZ 44.45 34.24 10.23 -
YUV 154.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 239 128 71 0 0.46 0.70 0.06 20.36 0.84 0.61
Hex EF 80 47 0 2E 46 6 14 54 3D
Octal 357 200 107 0 56 106 6 24 124 75
Binary 11101111 10000000 1000111 0 101110 1000110 110 10100 1010100 111101

Color Harmonies of #EF8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8047

Black with #EF8047

Text Example


Text Example

White with #EF8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8047; }

 p { color: rgb(239,128,71); }

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

background-color css

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

 a { background-color: rgb(239,128,71); }

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

border-color css

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

 span { border-color: rgb(239,128,71); }

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