Html Css Color HEX #E8DD4B Manz

📋 copy color: '#E8DD4B'

red 232 ◦ green 221 ◦ blue 75

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

Shades of Manz #E8DD4B

Tints of Manz #E8DD4B

RGB

 RED value IS 232 (91.02% from 255) = 43.94%

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

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

R = 43.94%
G = 41.86%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8DD4B (or 0xE8DD4B) is known color: Manz. HEX triplet: E8, DD and 4B. RGB value is (232,221,75). Sum of RGB (Red+Green+Blue) = 232+221+75=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD4B is #1722B4. Grayscale: #D0D0D0. Windows color (decimal): -1516213 or 4972008. OLE color: 4972008.

HSL color Cylindrical-coordinate representation of color #E8DD4B: hue angle of 55.8º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8DD4B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 221 75 -
CMYK 0 0.05 0.68 0.09
HSL 55.8º 0.77% 0.6% -
HSV(B) 55.8º 0.68% 0.91% -
XYZ 60.41 69.38 16.86 -
YUV 207.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 232 221 75 0 0.05 0.68 0.09 55.8 0.77 0.6
Hex E8 DD 4B 0 5 44 9 38 4D 3C
Octal 350 335 113 0 5 104 11 70 115 74
Binary 11101000 11011101 1001011 0 101 1000100 1001 111000 1001101 111100

Color Harmonies of #E8DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD4B

Black with #E8DD4B

Text Example


Text Example

White with #E8DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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