Html Css Color HEX #EF8146 Flamenco

📋 copy color: '#EF8146'

red 239 ◦ green 129 ◦ blue 70

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

Shades of Flamenco #EF8146

Tints of Flamenco #EF8146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 54.57%
G = 29.45%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF8146 (or 0xEF8146) is known color: Flamenco. HEX triplet: EF, 81 and 46. RGB value is (239,129,70). Sum of RGB (Red+Green+Blue) = 239+129+70=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8146 is #107EB9. Grayscale: #9B9B9B. Windows color (decimal): -1081018 or 4620783. OLE color: 4620783.

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

Color convert

RGB 239 129 70 -
CMYK 0 0.46 0.71 0.06
HSL 20.95º 0.84% 0.61% -
HSV(B) 20.95º 0.71% 0.94% -
XYZ 44.55 34.49 10.1 -
YUV 155.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 239 129 70 0 0.46 0.71 0.06 20.95 0.84 0.61
Hex EF 81 46 0 2E 47 6 15 54 3D
Octal 357 201 106 0 56 107 6 25 124 75
Binary 11101111 10000001 1000110 0 101110 1000111 110 10101 1010100 111101

Color Harmonies of #EF8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8146

Black with #EF8146

Text Example


Text Example

White with #EF8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8146; }

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

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

background-color css

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

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

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

border-color css

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

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

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