Html Css Color HEX #EF8144 Flamenco

📋 copy color: '#EF8144'

red 239 ◦ green 129 ◦ blue 68

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

Shades of Flamenco #EF8144

Tints of Flamenco #EF8144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.6%

R = 54.82%
G = 29.59%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF8144 (or 0xEF8144) is known color: Flamenco. HEX triplet: EF, 81 and 44. RGB value is (239,129,68). Sum of RGB (Red+Green+Blue) = 239+129+68=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8144 is #107EBB. Grayscale: #9B9B9B. Windows color (decimal): -1081020 or 4489711. OLE color: 4489711.

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

Color convert

RGB 239 129 68 -
CMYK 0 0.46 0.72 0.06
HSL 21.4º 0.84% 0.6% -
HSV(B) 21.4º 0.72% 0.94% -
XYZ 44.49 34.47 9.78 -
YUV 154.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 239 129 68 0 0.46 0.72 0.06 21.4 0.84 0.6
Hex EF 81 44 0 2E 48 6 15 54 3C
Octal 357 201 104 0 56 110 6 25 124 74
Binary 11101111 10000001 1000100 0 101110 1001000 110 10101 1010100 111100

Color Harmonies of #EF8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8144

Black with #EF8144

Text Example


Text Example

White with #EF8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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