Html Css Color HEX #E1D25F Manz

📋 copy color: '#E1D25F'

red 225 ◦ green 210 ◦ blue 95

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

Shades of Manz #E1D25F

Tints of Manz #E1D25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.62%

 BLUE value IS 95 (37.5% from 255) = 17.92%

R = 42.45%
G = 39.62%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1D25F (or 0xE1D25F) is known color: Manz. HEX triplet: E1, D2 and 5F. RGB value is (225,210,95). Sum of RGB (Red+Green+Blue) = 225+210+95=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D25F is #1E2DA0. Grayscale: #C9C9C9. Windows color (decimal): -1977761 or 6279905. OLE color: 6279905.

HSL color Cylindrical-coordinate representation of color #E1D25F: hue angle of 53.08º degrees, saturation: 0.68, 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 #E1D25F is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 210 95 -
CMYK 0 0.07 0.58 0.12
HSL 53.08º 0.68% 0.63% -
HSV(B) 53.08º 0.58% 0.88% -
XYZ 56.16 62.93 20.01 -
YUV 201.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 225 210 95 0 0.07 0.58 0.12 53.08 0.68 0.63
Hex E1 D2 5F 0 7 3A C 35 44 3F
Octal 341 322 137 0 7 72 14 65 104 77
Binary 11100001 11010010 1011111 0 111 111010 1100 110101 1000100 111111

Color Harmonies of #E1D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D25F

Black with #E1D25F

Text Example


Text Example

White with #E1D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D25F; }

 p { color: rgb(225,210,95); }

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

background-color css

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

 a { background-color: rgb(225,210,95); }

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

border-color css

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

 span { border-color: rgb(225,210,95); }

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