Html Css Color HEX #EF8140 Flamenco

📋 copy color: '#EF8140'

red 239 ◦ green 129 ◦ blue 64

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

Shades of Flamenco #EF8140

Tints of Flamenco #EF8140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 55.32%
G = 29.86%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF8140 (or 0xEF8140) is known color: Flamenco. HEX triplet: EF, 81 and 40. RGB value is (239,129,64). Sum of RGB (Red+Green+Blue) = 239+129+64=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8140 is #107EBF. Grayscale: #9A9A9A. Windows color (decimal): -1081024 or 4227567. OLE color: 4227567.

HSL color Cylindrical-coordinate representation of color #EF8140: hue angle of 22.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8140 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 64 -
CMYK 0 0.46 0.73 0.06
HSL 22.29º 0.85% 0.59% -
HSV(B) 22.29º 0.73% 0.94% -
XYZ 44.37 34.42 9.16 -
YUV 154.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 239 129 64 0 0.46 0.73 0.06 22.29 0.85 0.59
Hex EF 81 40 0 2E 49 6 16 55 3B
Octal 357 201 100 0 56 111 6 26 125 73
Binary 11101111 10000001 1000000 0 101110 1001001 110 10110 1010101 111011

Color Harmonies of #EF8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8140

Black with #EF8140

Text Example


Text Example

White with #EF8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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