Html Css Color HEX #EB8A4D Flamenco

📋 copy color: '#EB8A4D'

red 235 ◦ green 138 ◦ blue 77

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

Shades of Flamenco #EB8A4D

Tints of Flamenco #EB8A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 52.22%
G = 30.67%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB8A4D (or 0xEB8A4D) is known color: Flamenco. HEX triplet: EB, 8A and 4D. RGB value is (235,138,77). Sum of RGB (Red+Green+Blue) = 235+138+77=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A4D is #1475B2. Grayscale: #A0A0A0. Windows color (decimal): -1340851 or 5081835. OLE color: 5081835.

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

Color convert

RGB 235 138 77 -
CMYK 0 0.41 0.67 0.08
HSL 23.16º 0.8% 0.61% -
HSV(B) 23.16º 0.67% 0.92% -
XYZ 44.69 36.37 11.69 -
YUV 160.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 235 138 77 0 0.41 0.67 0.08 23.16 0.8 0.61
Hex EB 8A 4D 0 29 43 8 17 50 3D
Octal 353 212 115 0 51 103 10 27 120 75
Binary 11101011 10001010 1001101 0 101001 1000011 1000 10111 1010000 111101

Color Harmonies of #EB8A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A4D

Black with #EB8A4D

Text Example


Text Example

White with #EB8A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A4D; }

 p { color: rgb(235,138,77); }

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

background-color css

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

 a { background-color: rgb(235,138,77); }

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

border-color css

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

 span { border-color: rgb(235,138,77); }

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