Html Css Color HEX #EB8C4A Flamenco

📋 copy color: '#EB8C4A'

red 235 ◦ green 140 ◦ blue 74

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

Shades of Flamenco #EB8C4A

Tints of Flamenco #EB8C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 52.34%
G = 31.18%
B = 16.48%

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

#EB8C4A (or 0xEB8C4A) is known color: Flamenco. HEX triplet: EB, 8C and 4A. RGB value is (235,140,74). Sum of RGB (Red+Green+Blue) = 235+140+74=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C4A is #1473B5. Grayscale: #A1A1A1. Windows color (decimal): -1340342 or 4885739. OLE color: 4885739.

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

Color convert

RGB 235 140 74 -
CMYK 0 0.40 0.69 0.08
HSL 24.6º 0.8% 0.61% -
HSV(B) 24.6º 0.69% 0.92% -
XYZ 44.88 36.91 11.24 -
YUV 160.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 235 140 74 0 0.40 0.69 0.08 24.6 0.8 0.61
Hex EB 8C 4A 0 28 45 8 19 50 3D
Octal 353 214 112 0 50 105 10 31 120 75
Binary 11101011 10001100 1001010 0 101000 1000101 1000 11001 1010000 111101

Color Harmonies of #EB8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C4A

Black with #EB8C4A

Text Example


Text Example

White with #EB8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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