Html Css Color HEX #E6DC4D Manz

📋 copy color: '#E6DC4D'

red 230 ◦ green 220 ◦ blue 77

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

Shades of Manz #E6DC4D

Tints of Manz #E6DC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.61%

R = 43.64%
G = 41.75%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6DC4D (or 0xE6DC4D) is known color: Manz. HEX triplet: E6, DC and 4D. RGB value is (230,220,77). Sum of RGB (Red+Green+Blue) = 230+220+77=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC4D is #1923B2. Grayscale: #CFCFCF. Windows color (decimal): -1647539 or 5102822. OLE color: 5102822.

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

Color convert

RGB 230 220 77 -
CMYK 0 0.04 0.67 0.10
HSL 56.08º 0.75% 0.6% -
HSV(B) 56.08º 0.67% 0.9% -
XYZ 59.57 68.55 17.11 -
YUV 206.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 230 220 77 0 0.04 0.67 0.10 56.08 0.75 0.6
Hex E6 DC 4D 0 4 43 A 38 4B 3C
Octal 346 334 115 0 4 103 12 70 113 74
Binary 11100110 11011100 1001101 0 100 1000011 1010 111000 1001011 111100

Color Harmonies of #E6DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC4D

Black with #E6DC4D

Text Example


Text Example

White with #E6DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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