Html Css Color HEX #EF8D45 Flamenco

📋 copy color: '#EF8D45'

red 239 ◦ green 141 ◦ blue 69

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

Shades of Flamenco #EF8D45

Tints of Flamenco #EF8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 53.23%
G = 31.4%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF8D45 (or 0xEF8D45) is known color: Flamenco. HEX triplet: EF, 8D and 45. RGB value is (239,141,69). Sum of RGB (Red+Green+Blue) = 239+141+69=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D45 is #1072BA. Grayscale: #A2A2A2. Windows color (decimal): -1077947 or 4558319. OLE color: 4558319.

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

Color convert

RGB 239 141 69 -
CMYK 0 0.41 0.71 0.06
HSL 25.41º 0.84% 0.6% -
HSV(B) 25.41º 0.71% 0.94% -
XYZ 46.2 37.83 10.5 -
YUV 162.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 239 141 69 0 0.41 0.71 0.06 25.41 0.84 0.6
Hex EF 8D 45 0 29 47 6 19 54 3C
Octal 357 215 105 0 51 107 6 31 124 74
Binary 11101111 10001101 1000101 0 101001 1000111 110 11001 1010100 111100

Color Harmonies of #EF8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D45

Black with #EF8D45

Text Example


Text Example

White with #EF8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D45; }

 p { color: rgb(239,141,69); }

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

background-color css

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

 a { background-color: rgb(239,141,69); }

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

border-color css

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

 span { border-color: rgb(239,141,69); }

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