Html Css Color HEX #EB8C42 Flamenco

📋 copy color: '#EB8C42'

red 235 ◦ green 140 ◦ blue 66

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

Shades of Flamenco #EB8C42

Tints of Flamenco #EB8C42

RGB

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

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

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

R = 53.29%
G = 31.75%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB8C42 (or 0xEB8C42) is known color: Flamenco. HEX triplet: EB, 8C and 42. RGB value is (235,140,66). Sum of RGB (Red+Green+Blue) = 235+140+66=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C42 is #1473BD. Grayscale: #A0A0A0. Windows color (decimal): -1340350 or 4361451. OLE color: 4361451.

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

Color convert

RGB 235 140 66 -
CMYK 0 0.40 0.72 0.08
HSL 26.27º 0.81% 0.59% -
HSV(B) 26.27º 0.72% 0.92% -
XYZ 44.62 36.81 9.91 -
YUV 159.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 235 140 66 0 0.40 0.72 0.08 26.27 0.81 0.59
Hex EB 8C 42 0 28 48 8 1A 51 3B
Octal 353 214 102 0 50 110 10 32 121 73
Binary 11101011 10001100 1000010 0 101000 1001000 1000 11010 1010001 111011

Color Harmonies of #EB8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C42

Black with #EB8C42

Text Example


Text Example

White with #EB8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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