Html Css Color HEX #E6DA4D Manz

📋 copy color: '#E6DA4D'

red 230 ◦ green 218 ◦ blue 77

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

Shades of Manz #E6DA4D

Tints of Manz #E6DA4D

RGB

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

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

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

R = 43.81%
G = 41.52%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6DA4D (or 0xE6DA4D) is known color: Manz. HEX triplet: E6, DA and 4D. RGB value is (230,218,77). Sum of RGB (Red+Green+Blue) = 230+218+77=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA4D is #1925B2. Grayscale: #CECECE. Windows color (decimal): -1648051 or 5102310. OLE color: 5102310.

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

Color convert

RGB 230 218 77 -
CMYK 0 0.05 0.67 0.10
HSL 55.29º 0.75% 0.6% -
HSV(B) 55.29º 0.67% 0.9% -
XYZ 59.04 67.5 16.94 -
YUV 205.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 230 218 77 0 0.05 0.67 0.10 55.29 0.75 0.6
Hex E6 DA 4D 0 5 43 A 37 4B 3C
Octal 346 332 115 0 5 103 12 67 113 74
Binary 11100110 11011010 1001101 0 101 1000011 1010 110111 1001011 111100

Color Harmonies of #E6DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA4D

Black with #E6DA4D

Text Example


Text Example

White with #E6DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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