Html Css Color HEX #EB8C49 Flamenco

📋 copy color: '#EB8C49'

red 235 ◦ green 140 ◦ blue 73

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

Shades of Flamenco #EB8C49

Tints of Flamenco #EB8C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.29%

R = 52.46%
G = 31.25%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB8C49 (or 0xEB8C49) is known color: Flamenco. HEX triplet: EB, 8C and 49. RGB value is (235,140,73). Sum of RGB (Red+Green+Blue) = 235+140+73=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C49 is #1473B6. Grayscale: #A1A1A1. Windows color (decimal): -1340343 or 4820203. OLE color: 4820203.

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

Color convert

RGB 235 140 73 -
CMYK 0 0.40 0.69 0.08
HSL 24.81º 0.8% 0.6% -
HSV(B) 24.81º 0.69% 0.92% -
XYZ 44.84 36.9 11.06 -
YUV 160.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 235 140 73 0 0.40 0.69 0.08 24.81 0.8 0.6
Hex EB 8C 49 0 28 45 8 19 50 3C
Octal 353 214 111 0 50 105 10 31 120 74
Binary 11101011 10001100 1001001 0 101000 1000101 1000 11001 1010000 111100

Color Harmonies of #EB8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C49

Black with #EB8C49

Text Example


Text Example

White with #EB8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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