Html Css Color HEX #E1D05E Manz

📋 copy color: '#E1D05E'

red 225 ◦ green 208 ◦ blue 94

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

Shades of Manz #E1D05E

Tints of Manz #E1D05E

RGB

 RED value IS 225 (88.28% from 255) = 42.69%

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

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 42.69%
G = 39.47%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1D05E (or 0xE1D05E) is known color: Manz. HEX triplet: E1, D0 and 5E. RGB value is (225,208,94). Sum of RGB (Red+Green+Blue) = 225+208+94=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D05E is #1E2FA1. Grayscale: #C8C8C8. Windows color (decimal): -1978274 or 6213857. OLE color: 6213857.

HSL color Cylindrical-coordinate representation of color #E1D05E: hue angle of 52.21º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1D05E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 94 -
CMYK 0 0.08 0.58 0.12
HSL 52.21º 0.69% 0.63% -
HSV(B) 52.21º 0.58% 0.88% -
XYZ 55.63 61.93 19.61 -
YUV 200.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 225 208 94 0 0.08 0.58 0.12 52.21 0.69 0.63
Hex E1 D0 5E 0 8 3A C 34 45 3F
Octal 341 320 136 0 10 72 14 64 105 77
Binary 11100001 11010000 1011110 0 1000 111010 1100 110100 1000101 111111

Color Harmonies of #E1D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D05E

Black with #E1D05E

Text Example


Text Example

White with #E1D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D05E; }

 p { color: rgb(225,208,94); }

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

background-color css

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

 a { background-color: rgb(225,208,94); }

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

border-color css

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

 span { border-color: rgb(225,208,94); }

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