Html Css Color HEX #EF863F Flamenco

📋 copy color: '#EF863F'

red 239 ◦ green 134 ◦ blue 63

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

Shades of Flamenco #EF863F

Tints of Flamenco #EF863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 63 (25% from 255) = 14.45%

R = 54.82%
G = 30.73%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF863F (or 0xEF863F) is known color: Flamenco. HEX triplet: EF, 86 and 3F. RGB value is (239,134,63). Sum of RGB (Red+Green+Blue) = 239+134+63=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF863F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF863F is #1079C0. Grayscale: #9D9D9D. Windows color (decimal): -1079745 or 4163311. OLE color: 4163311.

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

Color convert

RGB 239 134 63 -
CMYK 0 0.44 0.74 0.06
HSL 24.2º 0.85% 0.59% -
HSV(B) 24.2º 0.74% 0.94% -
XYZ 45.02 35.76 9.23 -
YUV 157.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 239 134 63 0 0.44 0.74 0.06 24.2 0.85 0.59
Hex EF 86 3F 0 2C 4A 6 18 55 3B
Octal 357 206 77 0 54 112 6 30 125 73
Binary 11101111 10000110 111111 0 101100 1001010 110 11000 1010101 111011

Color Harmonies of #EF863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF863F

Black with #EF863F

Text Example


Text Example

White with #EF863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF863F; }

 p { color: rgb(239,134,63); }

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

background-color css

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

 a { background-color: rgb(239,134,63); }

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

border-color css

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

 span { border-color: rgb(239,134,63); }

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