Html Css Color HEX #EB894D Flamenco

📋 copy color: '#EB894D'

red 235 ◦ green 137 ◦ blue 77

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

Shades of Flamenco #EB894D

Tints of Flamenco #EB894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 52.34%
G = 30.51%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB894D (or 0xEB894D) is known color: Flamenco. HEX triplet: EB, 89 and 4D. RGB value is (235,137,77). Sum of RGB (Red+Green+Blue) = 235+137+77=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB894D is #1476B2. Grayscale: #9F9F9F. Windows color (decimal): -1341107 or 5081579. OLE color: 5081579.

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

Color convert

RGB 235 137 77 -
CMYK 0 0.42 0.67 0.08
HSL 22.78º 0.8% 0.61% -
HSV(B) 22.78º 0.67% 0.92% -
XYZ 44.55 36.09 11.64 -
YUV 159.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 235 137 77 0 0.42 0.67 0.08 22.78 0.8 0.61
Hex EB 89 4D 0 2A 43 8 17 50 3D
Octal 353 211 115 0 52 103 10 27 120 75
Binary 11101011 10001001 1001101 0 101010 1000011 1000 10111 1010000 111101

Color Harmonies of #EB894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB894D

Black with #EB894D

Text Example


Text Example

White with #EB894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB894D; }

 p { color: rgb(235,137,77); }

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

background-color css

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

 a { background-color: rgb(235,137,77); }

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

border-color css

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

 span { border-color: rgb(235,137,77); }

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