Html Css Color HEX #EF8241 Flamenco

📋 copy color: '#EF8241'

red 239 ◦ green 130 ◦ blue 65

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

Shades of Flamenco #EF8241

Tints of Flamenco #EF8241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

 BLUE value IS 65 (25.78% from 255) = 14.98%

R = 55.07%
G = 29.95%
B = 14.98%

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

#EF8241 (or 0xEF8241) is known color: Flamenco. HEX triplet: EF, 82 and 41. RGB value is (239,130,65). Sum of RGB (Red+Green+Blue) = 239+130+65=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8241 is #107DBE. Grayscale: #9B9B9B. Windows color (decimal): -1080767 or 4293359. OLE color: 4293359.

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

Color convert

RGB 239 130 65 -
CMYK 0 0.46 0.73 0.06
HSL 22.41º 0.84% 0.6% -
HSV(B) 22.41º 0.73% 0.94% -
XYZ 44.53 34.7 9.35 -
YUV 155.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 239 130 65 0 0.46 0.73 0.06 22.41 0.84 0.6
Hex EF 82 41 0 2E 49 6 16 54 3C
Octal 357 202 101 0 56 111 6 26 124 74
Binary 11101111 10000010 1000001 0 101110 1001001 110 10110 1010100 111100

Color Harmonies of #EF8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8241

Black with #EF8241

Text Example


Text Example

White with #EF8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8241; }

 p { color: rgb(239,130,65); }

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

background-color css

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

 a { background-color: rgb(239,130,65); }

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

border-color css

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

 span { border-color: rgb(239,130,65); }

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