Html Css Color HEX #EF7F40 Flamenco

📋 copy color: '#EF7F40'

red 239 ◦ green 127 ◦ blue 64

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

Shades of Flamenco #EF7F40

Tints of Flamenco #EF7F40

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 55.58%
G = 29.53%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7F40 (or 0xEF7F40) is known color: Flamenco. HEX triplet: EF, 7F and 40. RGB value is (239,127,64). Sum of RGB (Red+Green+Blue) = 239+127+64=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7F40 is #1080BF. Grayscale: #999999. Windows color (decimal): -1081536 or 4227055. OLE color: 4227055.

HSL color Cylindrical-coordinate representation of color #EF7F40: hue angle of 21.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF7F40 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 64 -
CMYK 0 0.47 0.73 0.06
HSL 21.6º 0.85% 0.59% -
HSV(B) 21.6º 0.73% 0.94% -
XYZ 44.11 33.9 9.07 -
YUV 153.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 239 127 64 0 0.47 0.73 0.06 21.6 0.85 0.59
Hex EF 7F 40 0 2F 49 6 16 55 3B
Octal 357 177 100 0 57 111 6 26 125 73
Binary 11101111 1111111 1000000 0 101111 1001001 110 10110 1010101 111011

Color Harmonies of #EF7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F40

Black with #EF7F40

Text Example


Text Example

White with #EF7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F40; }

 p { color: rgb(239,127,64); }

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

background-color css

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

 a { background-color: rgb(239,127,64); }

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

border-color css

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

 span { border-color: rgb(239,127,64); }

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