Html Css Color HEX #EF834A Flamenco

📋 copy color: '#EF834A'

red 239 ◦ green 131 ◦ blue 74

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

Shades of Flamenco #EF834A

Tints of Flamenco #EF834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 53.83%
G = 29.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF834A (or 0xEF834A) is known color: Flamenco. HEX triplet: EF, 83 and 4A. RGB value is (239,131,74). Sum of RGB (Red+Green+Blue) = 239+131+74=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF834A is #107CB5. Grayscale: #9D9D9D. Windows color (decimal): -1080502 or 4883439. OLE color: 4883439.

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

Color convert

RGB 239 131 74 -
CMYK 0 0.45 0.69 0.06
HSL 20.73º 0.84% 0.61% -
HSV(B) 20.73º 0.69% 0.94% -
XYZ 44.95 35.08 10.88 -
YUV 156.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 239 131 74 0 0.45 0.69 0.06 20.73 0.84 0.61
Hex EF 83 4A 0 2D 45 6 15 54 3D
Octal 357 203 112 0 55 105 6 25 124 75
Binary 11101111 10000011 1001010 0 101101 1000101 110 10101 1010100 111101

Color Harmonies of #EF834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF834A

Black with #EF834A

Text Example


Text Example

White with #EF834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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