Html Css Color HEX #E6DB5A Manz

📋 copy color: '#E6DB5A'

red 230 ◦ green 219 ◦ blue 90

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

Shades of Manz #E6DB5A

Tints of Manz #E6DB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 42.67%
G = 40.63%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6DB5A (or 0xE6DB5A) is known color: Manz. HEX triplet: E6, DB and 5A. RGB value is (230,219,90). Sum of RGB (Red+Green+Blue) = 230+219+90=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB5A is #1924A5. Grayscale: #D0D0D0. Windows color (decimal): -1647782 or 5954534. OLE color: 5954534.

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

Color convert

RGB 230 219 90 -
CMYK 0 0.05 0.61 0.10
HSL 55.29º 0.74% 0.63% -
HSV(B) 55.29º 0.61% 0.9% -
XYZ 59.81 68.22 19.69 -
YUV 207.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 230 219 90 0 0.05 0.61 0.10 55.29 0.74 0.63
Hex E6 DB 5A 0 5 3D A 37 4A 3F
Octal 346 333 132 0 5 75 12 67 112 77
Binary 11100110 11011011 1011010 0 101 111101 1010 110111 1001010 111111

Color Harmonies of #E6DB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB5A

Black with #E6DB5A

Text Example


Text Example

White with #E6DB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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