Html Css Color HEX #EB8242 Flamenco

📋 copy color: '#EB8242'

red 235 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #EB8242

Tints of Flamenco #EB8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 66 (26.17% from 255) = 15.31%

R = 54.52%
G = 30.16%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB8242 (or 0xEB8242) is known color: Flamenco. HEX triplet: EB, 82 and 42. RGB value is (235,130,66). Sum of RGB (Red+Green+Blue) = 235+130+66=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8242 is #147DBD. Grayscale: #9A9A9A. Windows color (decimal): -1342910 or 4358891. OLE color: 4358891.

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

Color convert

RGB 235 130 66 -
CMYK 0 0.45 0.72 0.08
HSL 22.72º 0.81% 0.59% -
HSV(B) 22.72º 0.72% 0.92% -
XYZ 43.23 34.02 9.44 -
YUV 154.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 235 130 66 0 0.45 0.72 0.08 22.72 0.81 0.59
Hex EB 82 42 0 2D 48 8 17 51 3B
Octal 353 202 102 0 55 110 10 27 121 73
Binary 11101011 10000010 1000010 0 101101 1001000 1000 10111 1010001 111011

Color Harmonies of #EB8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8242

Black with #EB8242

Text Example


Text Example

White with #EB8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8242; }

 p { color: rgb(235,130,66); }

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

background-color css

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

 a { background-color: rgb(235,130,66); }

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

border-color css

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

 span { border-color: rgb(235,130,66); }

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