Html Css Color HEX #E6DD4B Manz

📋 copy color: '#E6DD4B'

red 230 ◦ green 221 ◦ blue 75

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

Shades of Manz #E6DD4B

Tints of Manz #E6DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 75 (29.69% from 255) = 14.26%

R = 43.73%
G = 42.02%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6DD4B (or 0xE6DD4B) is known color: Manz. HEX triplet: E6, DD and 4B. RGB value is (230,221,75). Sum of RGB (Red+Green+Blue) = 230+221+75=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD4B is #1922B4. Grayscale: #CFCFCF. Windows color (decimal): -1647285 or 4972006. OLE color: 4972006.

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

Color convert

RGB 230 221 75 -
CMYK 0 0.04 0.67 0.10
HSL 56.52º 0.76% 0.6% -
HSV(B) 56.52º 0.67% 0.9% -
XYZ 59.76 69.04 16.83 -
YUV 207.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 230 221 75 0 0.04 0.67 0.10 56.52 0.76 0.6
Hex E6 DD 4B 0 4 43 A 39 4C 3C
Octal 346 335 113 0 4 103 12 71 114 74
Binary 11100110 11011101 1001011 0 100 1000011 1010 111001 1001100 111100

Color Harmonies of #E6DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DD4B

Black with #E6DD4B

Text Example


Text Example

White with #E6DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DD4B; }

 p { color: rgb(230,221,75); }

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

background-color css

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

 a { background-color: rgb(230,221,75); }

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

border-color css

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

 span { border-color: rgb(230,221,75); }

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