Html Css Color HEX #E6D85E Manz

📋 copy color: '#E6D85E'

red 230 ◦ green 216 ◦ blue 94

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

Shades of Manz #E6D85E

Tints of Manz #E6D85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 94 (37.11% from 255) = 17.41%

R = 42.59%
G = 40%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6D85E (or 0xE6D85E) is known color: Manz. HEX triplet: E6, D8 and 5E. RGB value is (230,216,94). Sum of RGB (Red+Green+Blue) = 230+216+94=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D85E is #1927A1. Grayscale: #CECECE. Windows color (decimal): -1648546 or 6215910. OLE color: 6215910.

HSL color Cylindrical-coordinate representation of color #E6D85E: hue angle of 53.82º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6D85E is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 216 94 -
CMYK 0 0.06 0.59 0.10
HSL 53.82º 0.73% 0.64% -
HSV(B) 53.82º 0.59% 0.9% -
XYZ 59.21 66.74 20.35 -
YUV 206.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 230 216 94 0 0.06 0.59 0.10 53.82 0.73 0.64
Hex E6 D8 5E 0 6 3B A 36 49 40
Octal 346 330 136 0 6 73 12 66 111 100
Binary 11100110 11011000 1011110 0 110 111011 1010 110110 1001001 1000000

Color Harmonies of #E6D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D85E

Black with #E6D85E

Text Example


Text Example

White with #E6D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D85E; }

 p { color: rgb(230,216,94); }

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

background-color css

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

 a { background-color: rgb(230,216,94); }

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

border-color css

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

 span { border-color: rgb(230,216,94); }

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