Html Css Color HEX #EB8A40 Flamenco

📋 copy color: '#EB8A40'

red 235 ◦ green 138 ◦ blue 64

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

Shades of Flamenco #EB8A40

Tints of Flamenco #EB8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 64 (25.39% from 255) = 14.65%

R = 53.78%
G = 31.58%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB8A40 (or 0xEB8A40) is known color: Flamenco. HEX triplet: EB, 8A and 40. RGB value is (235,138,64). Sum of RGB (Red+Green+Blue) = 235+138+64=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A40 is #1475BF. Grayscale: #9E9E9E. Windows color (decimal): -1340864 or 4229867. OLE color: 4229867.

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

Color convert

RGB 235 138 64 -
CMYK 0 0.41 0.73 0.08
HSL 25.96º 0.81% 0.59% -
HSV(B) 25.96º 0.73% 0.92% -
XYZ 44.27 36.21 9.51 -
YUV 158.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 235 138 64 0 0.41 0.73 0.08 25.96 0.81 0.59
Hex EB 8A 40 0 29 49 8 1A 51 3B
Octal 353 212 100 0 51 111 10 32 121 73
Binary 11101011 10001010 1000000 0 101001 1001001 1000 11010 1010001 111011

Color Harmonies of #EB8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A40

Black with #EB8A40

Text Example


Text Example

White with #EB8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A40; }

 p { color: rgb(235,138,64); }

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

background-color css

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

 a { background-color: rgb(235,138,64); }

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

border-color css

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

 span { border-color: rgb(235,138,64); }

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