Html Css Color HEX #E6DC5F Manz

📋 copy color: '#E6DC5F'

red 230 ◦ green 220 ◦ blue 95

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

Shades of Manz #E6DC5F

Tints of Manz #E6DC5F

RGB

 RED value IS 230 (90.23% from 255) = 42.2%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 42.2%
G = 40.37%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6DC5F (or 0xE6DC5F) is known color: Manz. HEX triplet: E6, DC and 5F. RGB value is (230,220,95). Sum of RGB (Red+Green+Blue) = 230+220+95=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC5F is #1923A0. Grayscale: #D1D1D1. Windows color (decimal): -1647521 or 6282470. OLE color: 6282470.

HSL color Cylindrical-coordinate representation of color #E6DC5F: hue angle of 55.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6DC5F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 95 -
CMYK 0 0.04 0.59 0.10
HSL 55.56º 0.73% 0.64% -
HSV(B) 55.56º 0.59% 0.9% -
XYZ 60.29 68.84 20.94 -
YUV 208.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 230 220 95 0 0.04 0.59 0.10 55.56 0.73 0.64
Hex E6 DC 5F 0 4 3B A 38 49 40
Octal 346 334 137 0 4 73 12 70 111 100
Binary 11100110 11011100 1011111 0 100 111011 1010 111000 1001001 1000000

Color Harmonies of #E6DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC5F

Black with #E6DC5F

Text Example


Text Example

White with #E6DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC5F; }

 p { color: rgb(230,220,95); }

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

background-color css

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

 a { background-color: rgb(230,220,95); }

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

border-color css

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

 span { border-color: rgb(230,220,95); }

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