Html Css Color HEX #E6DA5C Manz

📋 copy color: '#E6DA5C'

red 230 ◦ green 218 ◦ blue 92

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

Shades of Manz #E6DA5C

Tints of Manz #E6DA5C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

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

R = 42.59%
G = 40.37%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6DA5C (or 0xE6DA5C) is known color: Manz. HEX triplet: E6, DA and 5C. RGB value is (230,218,92). Sum of RGB (Red+Green+Blue) = 230+218+92=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA5C is #1925A3. Grayscale: #CFCFCF. Windows color (decimal): -1648036 or 6085350. OLE color: 6085350.

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

Color convert

RGB 230 218 92 -
CMYK 0 0.05 0.60 0.10
HSL 54.78º 0.73% 0.63% -
HSV(B) 54.78º 0.6% 0.9% -
XYZ 59.64 67.74 20.06 -
YUV 207.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 230 218 92 0 0.05 0.60 0.10 54.78 0.73 0.63
Hex E6 DA 5C 0 5 3C A 37 49 3F
Octal 346 332 134 0 5 74 12 67 111 77
Binary 11100110 11011010 1011100 0 101 111100 1010 110111 1001001 111111

Color Harmonies of #E6DA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA5C

Black with #E6DA5C

Text Example


Text Example

White with #E6DA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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