Html Css Color HEX #E0DB50 Manz

📋 copy color: '#E0DB50'

red 224 ◦ green 219 ◦ blue 80

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

Shades of Manz #E0DB50

Tints of Manz #E0DB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.87%

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 42.83%
G = 41.87%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0DB50 (or 0xE0DB50) is known color: Manz. HEX triplet: E0, DB and 50. RGB value is (224,219,80). Sum of RGB (Red+Green+Blue) = 224+219+80=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB50 is #1F24AF. Grayscale: #CDCDCD. Windows color (decimal): -2041008 or 5299168. OLE color: 5299168.

HSL color Cylindrical-coordinate representation of color #E0DB50: hue angle of 57.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0DB50 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 80 -
CMYK 0 0.02 0.64 0.12
HSL 57.92º 0.7% 0.6% -
HSV(B) 57.92º 0.64% 0.88% -
XYZ 57.52 67.09 17.51 -
YUV 204.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 224 219 80 0 0.02 0.64 0.12 57.92 0.7 0.6
Hex E0 DB 50 0 2 40 C 3A 46 3C
Octal 340 333 120 0 2 100 14 72 106 74
Binary 11100000 11011011 1010000 0 10 1000000 1100 111010 1000110 111100

Color Harmonies of #E0DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB50

Black with #E0DB50

Text Example


Text Example

White with #E0DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB50; }

 p { color: rgb(224,219,80); }

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

background-color css

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

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

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

border-color css

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

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

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