Html Css Color HEX #EF853F Flamenco

📋 copy color: '#EF853F'

red 239 ◦ green 133 ◦ blue 63

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

Shades of Flamenco #EF853F

Tints of Flamenco #EF853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.57%

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

R = 54.94%
G = 30.57%
B = 14.48%

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

#EF853F (or 0xEF853F) is known color: Flamenco. HEX triplet: EF, 85 and 3F. RGB value is (239,133,63). Sum of RGB (Red+Green+Blue) = 239+133+63=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF853F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF853F is #107AC0. Grayscale: #9D9D9D. Windows color (decimal): -1080001 or 4163055. OLE color: 4163055.

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

Color convert

RGB 239 133 63 -
CMYK 0 0.44 0.74 0.06
HSL 23.86º 0.85% 0.59% -
HSV(B) 23.86º 0.74% 0.94% -
XYZ 44.88 35.48 9.19 -
YUV 156.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 239 133 63 0 0.44 0.74 0.06 23.86 0.85 0.59
Hex EF 85 3F 0 2C 4A 6 18 55 3B
Octal 357 205 77 0 54 112 6 30 125 73
Binary 11101111 10000101 111111 0 101100 1001010 110 11000 1010101 111011

Color Harmonies of #EF853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF853F

Black with #EF853F

Text Example


Text Example

White with #EF853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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