Html Css Color HEX #E6D74D Manz

📋 copy color: '#E6D74D'

red 230 ◦ green 215 ◦ blue 77

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

Shades of Manz #E6D74D

Tints of Manz #E6D74D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

 BLUE value IS 77 (30.47% from 255) = 14.75%

R = 44.06%
G = 41.19%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6D74D (or 0xE6D74D) is known color: Manz. HEX triplet: E6, D7 and 4D. RGB value is (230,215,77). Sum of RGB (Red+Green+Blue) = 230+215+77=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D74D is #1928B2. Grayscale: #CCCCCC. Windows color (decimal): -1648819 or 5101542. OLE color: 5101542.

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

Color convert

RGB 230 215 77 -
CMYK 0 0.07 0.67 0.10
HSL 54.12º 0.75% 0.6% -
HSV(B) 54.12º 0.67% 0.9% -
XYZ 58.27 65.96 16.68 -
YUV 203.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 230 215 77 0 0.07 0.67 0.10 54.12 0.75 0.6
Hex E6 D7 4D 0 7 43 A 36 4B 3C
Octal 346 327 115 0 7 103 12 66 113 74
Binary 11100110 11010111 1001101 0 111 1000011 1010 110110 1001011 111100

Color Harmonies of #E6D74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D74D

Black with #E6D74D

Text Example


Text Example

White with #E6D74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D74D; }

 p { color: rgb(230,215,77); }

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

background-color css

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

 a { background-color: rgb(230,215,77); }

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

border-color css

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

 span { border-color: rgb(230,215,77); }

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