Html Css Color HEX #E0BF5C Tacha

📋 copy color: '#E0BF5C'

red 224 ◦ green 191 ◦ blue 92

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

Shades of Tacha #E0BF5C

Tints of Tacha #E0BF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.15%

R = 44.18%
G = 37.67%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0BF5C (or 0xE0BF5C) is known color: Tacha. HEX triplet: E0, BF and 5C. RGB value is (224,191,92). Sum of RGB (Red+Green+Blue) = 224+191+92=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF5C is #1F40A3. Grayscale: #BEBEBE. Windows color (decimal): -2048164 or 6078432. OLE color: 6078432.

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

Color convert

RGB 224 191 92 -
CMYK 0 0.15 0.59 0.12
HSL 45º 0.68% 0.62% -
HSV(B) 45º 0.59% 0.88% -
XYZ 51.3 53.88 17.82 -
YUV 189.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 224 191 92 0 0.15 0.59 0.12 45 0.68 0.62
Hex E0 BF 5C 0 F 3B C 2D 44 3E
Octal 340 277 134 0 17 73 14 55 104 76
Binary 11100000 10111111 1011100 0 1111 111011 1100 101101 1000100 111110

Color Harmonies of #E0BF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF5C

Black with #E0BF5C

Text Example


Text Example

White with #E0BF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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