Html Css Color HEX #E6DC5B Manz

📋 copy color: '#E6DC5B'

red 230 ◦ green 220 ◦ blue 91

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

Shades of Manz #E6DC5B

Tints of Manz #E6DC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.82%

R = 42.51%
G = 40.67%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6DC5B (or 0xE6DC5B) is known color: Manz. HEX triplet: E6, DC and 5B. RGB value is (230,220,91). Sum of RGB (Red+Green+Blue) = 230+220+91=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC5B is #1923A4. Grayscale: #D0D0D0. Windows color (decimal): -1647525 or 6020326. OLE color: 6020326.

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

Color convert

RGB 230 220 91 -
CMYK 0 0.04 0.60 0.10
HSL 55.68º 0.74% 0.63% -
HSV(B) 55.68º 0.6% 0.9% -
XYZ 60.11 68.76 20 -
YUV 208.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 230 220 91 0 0.04 0.60 0.10 55.68 0.74 0.63
Hex E6 DC 5B 0 4 3C A 38 4A 3F
Octal 346 334 133 0 4 74 12 70 112 77
Binary 11100110 11011100 1011011 0 100 111100 1010 111000 1001010 111111

Color Harmonies of #E6DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC5B

Black with #E6DC5B

Text Example


Text Example

White with #E6DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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