Html Css Color HEX #EF8249 Flamenco

📋 copy color: '#EF8249'

red 239 ◦ green 130 ◦ blue 73

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

Shades of Flamenco #EF8249

Tints of Flamenco #EF8249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.52%

R = 54.07%
G = 29.41%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF8249 (or 0xEF8249) is known color: Flamenco. HEX triplet: EF, 82 and 49. RGB value is (239,130,73). Sum of RGB (Red+Green+Blue) = 239+130+73=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8249 is #107DB6. Grayscale: #9C9C9C. Windows color (decimal): -1080759 or 4817647. OLE color: 4817647.

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

Color convert

RGB 239 130 73 -
CMYK 0 0.46 0.69 0.06
HSL 20.6º 0.84% 0.61% -
HSV(B) 20.6º 0.69% 0.94% -
XYZ 44.78 34.8 10.66 -
YUV 156.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 239 130 73 0 0.46 0.69 0.06 20.6 0.84 0.61
Hex EF 82 49 0 2E 45 6 15 54 3D
Octal 357 202 111 0 56 105 6 25 124 75
Binary 11101111 10000010 1001001 0 101110 1000101 110 10101 1010100 111101

Color Harmonies of #EF8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8249

Black with #EF8249

Text Example


Text Example

White with #EF8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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