Html Css Color HEX #E0BF5E Tacha

📋 copy color: '#E0BF5E'

red 224 ◦ green 191 ◦ blue 94

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

Shades of Tacha #E0BF5E

Tints of Tacha #E0BF5E

RGB

 RED value IS 224 (87.89% from 255) = 44.01%

 GREEN value IS 191 (75% from 255) = 37.52%

 BLUE value IS 94 (37.11% from 255) = 18.47%

R = 44.01%
G = 37.52%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0BF5E (or 0xE0BF5E) is known color: Tacha. HEX triplet: E0, BF and 5E. RGB value is (224,191,94). Sum of RGB (Red+Green+Blue) = 224+191+94=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF5E is #1F40A1. Grayscale: #BEBEBE. Windows color (decimal): -2048162 or 6209504. OLE color: 6209504.

HSL color Cylindrical-coordinate representation of color #E0BF5E: hue angle of 44.77º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0BF5E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 94 -
CMYK 0 0.15 0.58 0.12
HSL 44.77º 0.68% 0.62% -
HSV(B) 44.77º 0.58% 0.88% -
XYZ 51.39 53.92 18.29 -
YUV 189.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 224 191 94 0 0.15 0.58 0.12 44.77 0.68 0.62
Hex E0 BF 5E 0 F 3A C 2D 44 3E
Octal 340 277 136 0 17 72 14 55 104 76
Binary 11100000 10111111 1011110 0 1111 111010 1100 101101 1000100 111110

Color Harmonies of #E0BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF5E

Black with #E0BF5E

Text Example


Text Example

White with #E0BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF5E; }

 p { color: rgb(224,191,94); }

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

background-color css

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

 a { background-color: rgb(224,191,94); }

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

border-color css

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

 span { border-color: rgb(224,191,94); }

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