Html Css Color HEX #EB8D45 Flamenco

📋 copy color: '#EB8D45'

red 235 ◦ green 141 ◦ blue 69

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

Shades of Flamenco #EB8D45

Tints of Flamenco #EB8D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 52.81%
G = 31.69%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB8D45 (or 0xEB8D45) is known color: Flamenco. HEX triplet: EB, 8D and 45. RGB value is (235,141,69). Sum of RGB (Red+Green+Blue) = 235+141+69=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D45 is #1472BA. Grayscale: #A1A1A1. Windows color (decimal): -1340091 or 4558315. OLE color: 4558315.

HSL color Cylindrical-coordinate representation of color #EB8D45: hue angle of 26.02º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB8D45 is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 69 -
CMYK 0 0.4 0.71 0.08
HSL 26.02º 0.81% 0.6% -
HSV(B) 26.02º 0.71% 0.92% -
XYZ 44.86 37.14 10.43 -
YUV 160.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 235 141 69 0 0.4 0.71 0.08 26.02 0.81 0.6
Hex EB 8D 45 0 28 47 8 1A 51 3C
Octal 353 215 105 0 50 107 10 32 121 74
Binary 11101011 10001101 1000101 0 101000 1000111 1000 11010 1010001 111100

Color Harmonies of #EB8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D45

Black with #EB8D45

Text Example


Text Example

White with #EB8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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