Html Css Color HEX #EF8348 Flamenco

📋 copy color: '#EF8348'

red 239 ◦ green 131 ◦ blue 72

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

Shades of Flamenco #EF8348

Tints of Flamenco #EF8348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 54.07%
G = 29.64%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF8348 (or 0xEF8348) is known color: Flamenco. HEX triplet: EF, 83 and 48. RGB value is (239,131,72). Sum of RGB (Red+Green+Blue) = 239+131+72=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8348 is #107CB7. Grayscale: #9C9C9C. Windows color (decimal): -1080504 or 4752367. OLE color: 4752367.

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

Color convert

RGB 239 131 72 -
CMYK 0 0.45 0.70 0.06
HSL 21.2º 0.84% 0.61% -
HSV(B) 21.2º 0.7% 0.94% -
XYZ 44.88 35.05 10.53 -
YUV 156.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 239 131 72 0 0.45 0.70 0.06 21.2 0.84 0.61
Hex EF 83 48 0 2D 46 6 15 54 3D
Octal 357 203 110 0 55 106 6 25 124 75
Binary 11101111 10000011 1001000 0 101101 1000110 110 10101 1010100 111101

Color Harmonies of #EF8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8348

Black with #EF8348

Text Example


Text Example

White with #EF8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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