Html Css Color HEX #E0D25F Manz

📋 copy color: '#E0D25F'

red 224 ◦ green 210 ◦ blue 95

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

Shades of Manz #E0D25F

Tints of Manz #E0D25F

RGB

 RED value IS 224 (87.89% from 255) = 42.34%

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

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

R = 42.34%
G = 39.7%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0D25F (or 0xE0D25F) is known color: Manz. HEX triplet: E0, D2 and 5F. RGB value is (224,210,95). Sum of RGB (Red+Green+Blue) = 224+210+95=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D25F is #1F2DA0. Grayscale: #C9C9C9. Windows color (decimal): -2043297 or 6279904. OLE color: 6279904.

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

Color convert

RGB 224 210 95 -
CMYK 0 0.06 0.58 0.12
HSL 53.49º 0.68% 0.63% -
HSV(B) 53.49º 0.58% 0.88% -
XYZ 55.85 62.77 20 -
YUV 201.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 224 210 95 0 0.06 0.58 0.12 53.49 0.68 0.63
Hex E0 D2 5F 0 6 3A C 35 44 3F
Octal 340 322 137 0 6 72 14 65 104 77
Binary 11100000 11010010 1011111 0 110 111010 1100 110101 1000100 111111

Color Harmonies of #E0D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D25F

Black with #E0D25F

Text Example


Text Example

White with #E0D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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