Html Css Color HEX #EF863D Flamenco

📋 copy color: '#EF863D'

red 239 ◦ green 134 ◦ blue 61

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

Shades of Flamenco #EF863D

Tints of Flamenco #EF863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 55.07%
G = 30.88%
B = 14.06%

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

#EF863D (or 0xEF863D) is known color: Flamenco. HEX triplet: EF, 86 and 3D. RGB value is (239,134,61). Sum of RGB (Red+Green+Blue) = 239+134+61=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF863D is #1079C2. Grayscale: #9D9D9D. Windows color (decimal): -1079747 or 4032239. OLE color: 4032239.

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

Color convert

RGB 239 134 61 -
CMYK 0 0.44 0.74 0.06
HSL 24.61º 0.85% 0.59% -
HSV(B) 24.61º 0.74% 0.94% -
XYZ 44.96 35.74 8.94 -
YUV 157.07 73.79 186.44 -
System Red Green Blue C M Y K H S L
Decimal 239 134 61 0 0.44 0.74 0.06 24.61 0.85 0.59
Hex EF 86 3D 0 2C 4A 6 19 55 3B
Octal 357 206 75 0 54 112 6 31 125 73
Binary 11101111 10000110 111101 0 101100 1001010 110 11001 1010101 111011

Color Harmonies of #EF863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF863D

Black with #EF863D

Text Example


Text Example

White with #EF863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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