Html Css Color HEX #EF8745 Flamenco

📋 copy color: '#EF8745'

red 239 ◦ green 135 ◦ blue 69

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

Shades of Flamenco #EF8745

Tints of Flamenco #EF8745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

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

R = 53.95%
G = 30.47%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF8745 (or 0xEF8745) is known color: Flamenco. HEX triplet: EF, 87 and 45. RGB value is (239,135,69). Sum of RGB (Red+Green+Blue) = 239+135+69=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8745 is #1078BA. Grayscale: #9E9E9E. Windows color (decimal): -1079483 or 4556783. OLE color: 4556783.

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

Color convert

RGB 239 135 69 -
CMYK 0 0.44 0.71 0.06
HSL 23.29º 0.84% 0.6% -
HSV(B) 23.29º 0.71% 0.94% -
XYZ 45.33 36.11 10.21 -
YUV 158.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 239 135 69 0 0.44 0.71 0.06 23.29 0.84 0.6
Hex EF 87 45 0 2C 47 6 17 54 3C
Octal 357 207 105 0 54 107 6 27 124 74
Binary 11101111 10000111 1000101 0 101100 1000111 110 10111 1010100 111100

Color Harmonies of #EF8745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8745

Black with #EF8745

Text Example


Text Example

White with #EF8745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8745; }

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

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

background-color css

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

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

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

border-color css

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

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

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