Html Css Color HEX #E6D94C Manz

📋 copy color: '#E6D94C'

red 230 ◦ green 217 ◦ blue 76

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

Shades of Manz #E6D94C

Tints of Manz #E6D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

 BLUE value IS 76 (30.08% from 255) = 14.53%

R = 43.98%
G = 41.49%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6D94C (or 0xE6D94C) is known color: Manz. HEX triplet: E6, D9 and 4C. RGB value is (230,217,76). Sum of RGB (Red+Green+Blue) = 230+217+76=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D94C is #1926B3. Grayscale: #CDCDCD. Windows color (decimal): -1648308 or 5036518. OLE color: 5036518.

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

Color convert

RGB 230 217 76 -
CMYK 0 0.06 0.67 0.10
HSL 54.94º 0.75% 0.6% -
HSV(B) 54.94º 0.67% 0.9% -
XYZ 58.75 66.97 16.67 -
YUV 204.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 230 217 76 0 0.06 0.67 0.10 54.94 0.75 0.6
Hex E6 D9 4C 0 6 43 A 37 4B 3C
Octal 346 331 114 0 6 103 12 67 113 74
Binary 11100110 11011001 1001100 0 110 1000011 1010 110111 1001011 111100

Color Harmonies of #E6D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D94C

Black with #E6D94C

Text Example


Text Example

White with #E6D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D94C; }

 p { color: rgb(230,217,76); }

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

background-color css

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

 a { background-color: rgb(230,217,76); }

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

border-color css

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

 span { border-color: rgb(230,217,76); }

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