Html Css Color HEX #EF863E Flamenco

📋 copy color: '#EF863E'

red 239 ◦ green 134 ◦ blue 62

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

Shades of Flamenco #EF863E

Tints of Flamenco #EF863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.25%

R = 54.94%
G = 30.8%
B = 14.25%

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

#EF863E (or 0xEF863E) is known color: Flamenco. HEX triplet: EF, 86 and 3E. RGB value is (239,134,62). Sum of RGB (Red+Green+Blue) = 239+134+62=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF863E is #1079C1. Grayscale: #9D9D9D. Windows color (decimal): -1079746 or 4097775. OLE color: 4097775.

HSL color Cylindrical-coordinate representation of color #EF863E: hue angle of 24.41º 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 #EF863E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 62 -
CMYK 0 0.44 0.74 0.06
HSL 24.41º 0.85% 0.59% -
HSV(B) 24.41º 0.74% 0.94% -
XYZ 44.99 35.75 9.09 -
YUV 157.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 239 134 62 0 0.44 0.74 0.06 24.41 0.85 0.59
Hex EF 86 3E 0 2C 4A 6 18 55 3B
Octal 357 206 76 0 54 112 6 30 125 73
Binary 11101111 10000110 111110 0 101100 1001010 110 11000 1010101 111011

Color Harmonies of #EF863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF863E

Black with #EF863E

Text Example


Text Example

White with #EF863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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