Html Css Color HEX #E6DC5A Manz

📋 copy color: '#E6DC5A'

red 230 ◦ green 220 ◦ blue 90

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

Shades of Manz #E6DC5A

Tints of Manz #E6DC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 42.59%
G = 40.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6DC5A (or 0xE6DC5A) is known color: Manz. HEX triplet: E6, DC and 5A. RGB value is (230,220,90). Sum of RGB (Red+Green+Blue) = 230+220+90=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC5A is #1923A5. Grayscale: #D0D0D0. Windows color (decimal): -1647526 or 5954790. OLE color: 5954790.

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

Color convert

RGB 230 220 90 -
CMYK 0 0.04 0.61 0.10
HSL 55.71º 0.74% 0.63% -
HSV(B) 55.71º 0.61% 0.9% -
XYZ 60.07 68.75 19.78 -
YUV 208.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 230 220 90 0 0.04 0.61 0.10 55.71 0.74 0.63
Hex E6 DC 5A 0 4 3D A 38 4A 3F
Octal 346 334 132 0 4 75 12 70 112 77
Binary 11100110 11011100 1011010 0 100 111101 1010 111000 1001010 111111

Color Harmonies of #E6DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC5A

Black with #E6DC5A

Text Example


Text Example

White with #E6DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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