Html Css Color HEX #E0E05D Manz

📋 copy color: '#E0E05D'

red 224 ◦ green 224 ◦ blue 93

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

Shades of Manz #E0E05D

Tints of Manz #E0E05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.4%

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 41.4%
G = 41.4%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0E05D (or 0xE0E05D) is known color: Manz. HEX triplet: E0, E0 and 5D. RGB value is (224,224,93). Sum of RGB (Red+Green+Blue) = 224+224+93=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E05D is #1F1FA2. Grayscale: #D1D1D1. Windows color (decimal): -2039715 or 6152416. OLE color: 6152416.

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

Color convert

RGB 224 224 93 -
CMYK 0 0 0.58 0.12
HSL 60º 0.68% 0.62% -
HSV(B) 60º 0.58% 0.88% -
XYZ 59.37 69.95 20.73 -
YUV 209.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 224 224 93 0 0 0.58 0.12 60 0.68 0.62
Hex E0 E0 5D 0 0 3A C 3C 44 3E
Octal 340 340 135 0 0 72 14 74 104 76
Binary 11100000 11100000 1011101 0 0 111010 1100 111100 1000100 111110

Color Harmonies of #E0E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E05D

Black with #E0E05D

Text Example


Text Example

White with #E0E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E05D; }

 p { color: rgb(224,224,93); }

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

background-color css

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

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

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

border-color css

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

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

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