Html Css Color HEX #EB8C4C Flamenco

📋 copy color: '#EB8C4C'

red 235 ◦ green 140 ◦ blue 76

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

Shades of Flamenco #EB8C4C

Tints of Flamenco #EB8C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.85%

R = 52.11%
G = 31.04%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB8C4C (or 0xEB8C4C) is known color: Flamenco. HEX triplet: EB, 8C and 4C. RGB value is (235,140,76). Sum of RGB (Red+Green+Blue) = 235+140+76=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C4C is #1473B3. Grayscale: #A1A1A1. Windows color (decimal): -1340340 or 5016811. OLE color: 5016811.

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

Color convert

RGB 235 140 76 -
CMYK 0 0.40 0.68 0.08
HSL 24.15º 0.8% 0.61% -
HSV(B) 24.15º 0.68% 0.92% -
XYZ 44.94 36.94 11.6 -
YUV 161.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 235 140 76 0 0.40 0.68 0.08 24.15 0.8 0.61
Hex EB 8C 4C 0 28 44 8 18 50 3D
Octal 353 214 114 0 50 104 10 30 120 75
Binary 11101011 10001100 1001100 0 101000 1000100 1000 11000 1010000 111101

Color Harmonies of #EB8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C4C

Black with #EB8C4C

Text Example


Text Example

White with #EB8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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