Html Css Color HEX #EF854A Flamenco

📋 copy color: '#EF854A'

red 239 ◦ green 133 ◦ blue 74

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

Shades of Flamenco #EF854A

Tints of Flamenco #EF854A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.59%

R = 53.59%
G = 29.82%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF854A (or 0xEF854A) is known color: Flamenco. HEX triplet: EF, 85 and 4A. RGB value is (239,133,74). Sum of RGB (Red+Green+Blue) = 239+133+74=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF854A is #107AB5. Grayscale: #9E9E9E. Windows color (decimal): -1079990 or 4883951. OLE color: 4883951.

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

Color convert

RGB 239 133 74 -
CMYK 0 0.44 0.69 0.06
HSL 21.45º 0.84% 0.61% -
HSV(B) 21.45º 0.69% 0.94% -
XYZ 45.22 35.62 10.97 -
YUV 157.97 80.62 185.8 -
System Red Green Blue C M Y K H S L
Decimal 239 133 74 0 0.44 0.69 0.06 21.45 0.84 0.61
Hex EF 85 4A 0 2C 45 6 15 54 3D
Octal 357 205 112 0 54 105 6 25 124 75
Binary 11101111 10000101 1001010 0 101100 1000101 110 10101 1010100 111101

Color Harmonies of #EF854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF854A

Black with #EF854A

Text Example


Text Example

White with #EF854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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