Html Css Color HEX #EB883F Flamenco

📋 copy color: '#EB883F'

red 235 ◦ green 136 ◦ blue 63

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

Shades of Flamenco #EB883F

Tints of Flamenco #EB883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

 BLUE value IS 63 (25% from 255) = 14.52%

R = 54.15%
G = 31.34%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB883F (or 0xEB883F) is known color: Flamenco. HEX triplet: EB, 88 and 3F. RGB value is (235,136,63). Sum of RGB (Red+Green+Blue) = 235+136+63=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883F is #1477C0. Grayscale: #9D9D9D. Windows color (decimal): -1341377 or 4163819. OLE color: 4163819.

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

Color convert

RGB 235 136 63 -
CMYK 0 0.42 0.73 0.08
HSL 25.47º 0.81% 0.58% -
HSV(B) 25.47º 0.73% 0.92% -
XYZ 43.96 35.63 9.26 -
YUV 157.28 74.8 183.44 -
System Red Green Blue C M Y K H S L
Decimal 235 136 63 0 0.42 0.73 0.08 25.47 0.81 0.58
Hex EB 88 3F 0 2A 49 8 19 51 3A
Octal 353 210 77 0 52 111 10 31 121 72
Binary 11101011 10001000 111111 0 101010 1001001 1000 11001 1010001 111010

Color Harmonies of #EB883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB883F

Black with #EB883F

Text Example


Text Example

White with #EB883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB883F; }

 p { color: rgb(235,136,63); }

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

background-color css

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

 a { background-color: rgb(235,136,63); }

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

border-color css

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

 span { border-color: rgb(235,136,63); }

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