Html Css Color HEX #E6DC50 Manz

📋 copy color: '#E6DC50'

red 230 ◦ green 220 ◦ blue 80

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

Shades of Manz #E6DC50

Tints of Manz #E6DC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.09%

R = 43.4%
G = 41.51%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E6DC50 (or 0xE6DC50) is known color: Manz. HEX triplet: E6, DC and 50. RGB value is (230,220,80). Sum of RGB (Red+Green+Blue) = 230+220+80=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC50 is #1923AF. Grayscale: #CFCFCF. Windows color (decimal): -1647536 or 5299430. OLE color: 5299430.

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

Color convert

RGB 230 220 80 -
CMYK 0 0.04 0.65 0.10
HSL 56º 0.75% 0.61% -
HSV(B) 56º 0.65% 0.9% -
XYZ 59.67 68.59 17.68 -
YUV 207.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 230 220 80 0 0.04 0.65 0.10 56 0.75 0.61
Hex E6 DC 50 0 4 41 A 38 4B 3D
Octal 346 334 120 0 4 101 12 70 113 75
Binary 11100110 11011100 1010000 0 100 1000001 1010 111000 1001011 111101

Color Harmonies of #E6DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC50

Black with #E6DC50

Text Example


Text Example

White with #E6DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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