Html Css Color HEX #E6DD5A Manz

📋 copy color: '#E6DD5A'

red 230 ◦ green 221 ◦ blue 90

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

Shades of Manz #E6DD5A

Tints of Manz #E6DD5A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 42.51%
G = 40.85%
B = 16.64%

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

#E6DD5A (or 0xE6DD5A) is known color: Manz. HEX triplet: E6, DD and 5A. RGB value is (230,221,90). Sum of RGB (Red+Green+Blue) = 230+221+90=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD5A is #1922A5. Grayscale: #D1D1D1. Windows color (decimal): -1647270 or 5955046. OLE color: 5955046.

HSL color Cylindrical-coordinate representation of color #E6DD5A: hue angle of 56.14º 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 #E6DD5A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 221 90 -
CMYK 0 0.04 0.61 0.10
HSL 56.14º 0.74% 0.63% -
HSV(B) 56.14º 0.61% 0.9% -
XYZ 60.34 69.27 19.86 -
YUV 208.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 230 221 90 0 0.04 0.61 0.10 56.14 0.74 0.63
Hex E6 DD 5A 0 4 3D A 38 4A 3F
Octal 346 335 132 0 4 75 12 70 112 77
Binary 11100110 11011101 1011010 0 100 111101 1010 111000 1001010 111111

Color Harmonies of #E6DD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DD5A

Black with #E6DD5A

Text Example


Text Example

White with #E6DD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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