Html Css Color HEX #EB8B4D Flamenco

📋 copy color: '#EB8B4D'

red 235 ◦ green 139 ◦ blue 77

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

Shades of Flamenco #EB8B4D

Tints of Flamenco #EB8B4D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

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

R = 52.11%
G = 30.82%
B = 17.07%

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

#EB8B4D (or 0xEB8B4D) is known color: Flamenco. HEX triplet: EB, 8B and 4D. RGB value is (235,139,77). Sum of RGB (Red+Green+Blue) = 235+139+77=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B4D is #1474B2. Grayscale: #A0A0A0. Windows color (decimal): -1340595 or 5082091. OLE color: 5082091.

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

Color convert

RGB 235 139 77 -
CMYK 0 0.41 0.67 0.08
HSL 23.54º 0.8% 0.61% -
HSV(B) 23.54º 0.67% 0.92% -
XYZ 44.83 36.66 11.73 -
YUV 160.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 235 139 77 0 0.41 0.67 0.08 23.54 0.8 0.61
Hex EB 8B 4D 0 29 43 8 18 50 3D
Octal 353 213 115 0 51 103 10 30 120 75
Binary 11101011 10001011 1001101 0 101001 1000011 1000 11000 1010000 111101

Color Harmonies of #EB8B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B4D

Black with #EB8B4D

Text Example


Text Example

White with #EB8B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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