Html Css Color HEX #E6D85C Manz

📋 copy color: '#E6D85C'

red 230 ◦ green 216 ◦ blue 92

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

Shades of Manz #E6D85C

Tints of Manz #E6D85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.1%

R = 42.75%
G = 40.15%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6D85C (or 0xE6D85C) is known color: Manz. HEX triplet: E6, D8 and 5C. RGB value is (230,216,92). Sum of RGB (Red+Green+Blue) = 230+216+92=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D85C is #1927A3. Grayscale: #CECECE. Windows color (decimal): -1648548 or 6084838. OLE color: 6084838.

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

Color convert

RGB 230 216 92 -
CMYK 0 0.06 0.60 0.10
HSL 53.91º 0.73% 0.63% -
HSV(B) 53.91º 0.6% 0.9% -
XYZ 59.12 66.71 19.89 -
YUV 206.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 230 216 92 0 0.06 0.60 0.10 53.91 0.73 0.63
Hex E6 D8 5C 0 6 3C A 36 49 3F
Octal 346 330 134 0 6 74 12 66 111 77
Binary 11100110 11011000 1011100 0 110 111100 1010 110110 1001001 111111

Color Harmonies of #E6D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D85C

Black with #E6D85C

Text Example


Text Example

White with #E6D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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