Html Css Color HEX #EB8D4C Flamenco

📋 copy color: '#EB8D4C'

red 235 ◦ green 141 ◦ blue 76

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

Shades of Flamenco #EB8D4C

Tints of Flamenco #EB8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

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

R = 51.99%
G = 31.19%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB8D4C (or 0xEB8D4C) is known color: Flamenco. HEX triplet: EB, 8D and 4C. RGB value is (235,141,76). Sum of RGB (Red+Green+Blue) = 235+141+76=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D4C is #1472B3. Grayscale: #A2A2A2. Windows color (decimal): -1340084 or 5017067. OLE color: 5017067.

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

Color convert

RGB 235 141 76 -
CMYK 0 0.4 0.68 0.08
HSL 24.53º 0.8% 0.61% -
HSV(B) 24.53º 0.68% 0.92% -
XYZ 45.09 37.23 11.65 -
YUV 161.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 235 141 76 0 0.4 0.68 0.08 24.53 0.8 0.61
Hex EB 8D 4C 0 28 44 8 19 50 3D
Octal 353 215 114 0 50 104 10 31 120 75
Binary 11101011 10001101 1001100 0 101000 1000100 1000 11001 1010000 111101

Color Harmonies of #EB8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D4C

Black with #EB8D4C

Text Example


Text Example

White with #EB8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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