Html Css Color HEX #EB8746 Flamenco

📋 copy color: '#EB8746'

red 235 ◦ green 135 ◦ blue 70

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

Shades of Flamenco #EB8746

Tints of Flamenco #EB8746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 53.41%
G = 30.68%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB8746 (or 0xEB8746) is known color: Flamenco. HEX triplet: EB, 87 and 46. RGB value is (235,135,70). Sum of RGB (Red+Green+Blue) = 235+135+70=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8746 is #1478B9. Grayscale: #9D9D9D. Windows color (decimal): -1341626 or 4622315. OLE color: 4622315.

HSL color Cylindrical-coordinate representation of color #EB8746: hue angle of 23.64º 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 #EB8746 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 135 70 -
CMYK 0 0.43 0.70 0.08
HSL 23.64º 0.8% 0.6% -
HSV(B) 23.64º 0.7% 0.92% -
XYZ 44.03 35.43 10.31 -
YUV 157.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 235 135 70 0 0.43 0.70 0.08 23.64 0.8 0.6
Hex EB 87 46 0 2B 46 8 18 50 3C
Octal 353 207 106 0 53 106 10 30 120 74
Binary 11101011 10000111 1000110 0 101011 1000110 1000 11000 1010000 111100

Color Harmonies of #EB8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8746

Black with #EB8746

Text Example


Text Example

White with #EB8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8746; }

 p { color: rgb(235,135,70); }

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

background-color css

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

 a { background-color: rgb(235,135,70); }

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

border-color css

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

 span { border-color: rgb(235,135,70); }

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