Html Css Color HEX #EB8345 Flamenco

📋 copy color: '#EB8345'

red 235 ◦ green 131 ◦ blue 69

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

Shades of Flamenco #EB8345

Tints of Flamenco #EB8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

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

R = 54.02%
G = 30.11%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB8345 (or 0xEB8345) is known color: Flamenco. HEX triplet: EB, 83 and 45. RGB value is (235,131,69). Sum of RGB (Red+Green+Blue) = 235+131+69=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8345 is #147CBA. Grayscale: #9B9B9B. Windows color (decimal): -1342651 or 4555755. OLE color: 4555755.

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

Color convert

RGB 235 131 69 -
CMYK 0 0.44 0.71 0.08
HSL 22.41º 0.81% 0.6% -
HSV(B) 22.41º 0.71% 0.92% -
XYZ 43.45 34.32 9.97 -
YUV 155.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 235 131 69 0 0.44 0.71 0.08 22.41 0.81 0.6
Hex EB 83 45 0 2C 47 8 16 51 3C
Octal 353 203 105 0 54 107 10 26 121 74
Binary 11101011 10000011 1000101 0 101100 1000111 1000 10110 1010001 111100

Color Harmonies of #EB8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8345

Black with #EB8345

Text Example


Text Example

White with #EB8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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