Html Css Color HEX #E4D055 Manz

📋 copy color: '#E4D055'

red 228 ◦ green 208 ◦ blue 85

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

Shades of Manz #E4D055

Tints of Manz #E4D055

RGB

 RED value IS 228 (89.45% from 255) = 43.76%

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 85 (33.59% from 255) = 16.31%

R = 43.76%
G = 39.92%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E4D055 (or 0xE4D055) is known color: Manz. HEX triplet: E4, D0 and 55. RGB value is (228,208,85). Sum of RGB (Red+Green+Blue) = 228+208+85=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D055 is #1B2FAA. Grayscale: #C8C8C8. Windows color (decimal): -1781675 or 5624036. OLE color: 5624036.

HSL color Cylindrical-coordinate representation of color #E4D055: hue angle of 51.61º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E4D055 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 208 85 -
CMYK 0 0.09 0.63 0.11
HSL 51.61º 0.73% 0.61% -
HSV(B) 51.61º 0.63% 0.89% -
XYZ 56.19 62.26 17.65 -
YUV 199.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 228 208 85 0 0.09 0.63 0.11 51.61 0.73 0.61
Hex E4 D0 55 0 9 3F B 34 49 3D
Octal 344 320 125 0 11 77 13 64 111 75
Binary 11100100 11010000 1010101 0 1001 111111 1011 110100 1001001 111101

Color Harmonies of #E4D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D055

Black with #E4D055

Text Example


Text Example

White with #E4D055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D055; }

 p { color: rgb(228,208,85); }

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

background-color css

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

 a { background-color: rgb(228,208,85); }

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

border-color css

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

 span { border-color: rgb(228,208,85); }

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