Html Css Color HEX #EB8C47 Flamenco

📋 copy color: '#EB8C47'

red 235 ◦ green 140 ◦ blue 71

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

Shades of Flamenco #EB8C47

Tints of Flamenco #EB8C47

RGB

 RED value IS 235 (92.19% from 255) = 52.69%

 GREEN value IS 140 (55.08% from 255) = 31.39%

 BLUE value IS 71 (28.13% from 255) = 15.92%

R = 52.69%
G = 31.39%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB8C47 (or 0xEB8C47) is known color: Flamenco. HEX triplet: EB, 8C and 47. RGB value is (235,140,71). Sum of RGB (Red+Green+Blue) = 235+140+71=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C47 is #1473B8. Grayscale: #A0A0A0. Windows color (decimal): -1340345 or 4689131. OLE color: 4689131.

HSL color Cylindrical-coordinate representation of color #EB8C47: hue angle of 25.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB8C47 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 71 -
CMYK 0 0.40 0.70 0.08
HSL 25.24º 0.8% 0.6% -
HSV(B) 25.24º 0.7% 0.92% -
XYZ 44.78 36.87 10.72 -
YUV 160.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 235 140 71 0 0.40 0.70 0.08 25.24 0.8 0.6
Hex EB 8C 47 0 28 46 8 19 50 3C
Octal 353 214 107 0 50 106 10 31 120 74
Binary 11101011 10001100 1000111 0 101000 1000110 1000 11001 1010000 111100

Color Harmonies of #EB8C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C47

Black with #EB8C47

Text Example


Text Example

White with #EB8C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C47; }

 p { color: rgb(235,140,71); }

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

background-color css

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

 a { background-color: rgb(235,140,71); }

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

border-color css

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

 span { border-color: rgb(235,140,71); }

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