Html Css Color HEX #EF8242 Flamenco

📋 copy color: '#EF8242'

red 239 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #EF8242

Tints of Flamenco #EF8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

 BLUE value IS 66 (26.17% from 255) = 15.17%

R = 54.94%
G = 29.89%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF8242 (or 0xEF8242) is known color: Flamenco. HEX triplet: EF, 82 and 42. RGB value is (239,130,66). Sum of RGB (Red+Green+Blue) = 239+130+66=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8242 is #107DBD. Grayscale: #9B9B9B. Windows color (decimal): -1080766 or 4358895. OLE color: 4358895.

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

Color convert

RGB 239 130 66 -
CMYK 0 0.46 0.72 0.06
HSL 22.2º 0.84% 0.6% -
HSV(B) 22.2º 0.72% 0.94% -
XYZ 44.56 34.71 9.51 -
YUV 155.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 239 130 66 0 0.46 0.72 0.06 22.2 0.84 0.6
Hex EF 82 42 0 2E 48 6 16 54 3C
Octal 357 202 102 0 56 110 6 26 124 74
Binary 11101111 10000010 1000010 0 101110 1001000 110 10110 1010100 111100

Color Harmonies of #EF8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8242

Black with #EF8242

Text Example


Text Example

White with #EF8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8242; }

 p { color: rgb(239,130,66); }

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

background-color css

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

 a { background-color: rgb(239,130,66); }

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

border-color css

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

 span { border-color: rgb(239,130,66); }

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