Html Css Color HEX #E0DB4B Manz

📋 copy color: '#E0DB4B'

red 224 ◦ green 219 ◦ blue 75

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

Shades of Manz #E0DB4B

Tints of Manz #E0DB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 43.24%
G = 42.28%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0DB4B (or 0xE0DB4B) is known color: Manz. HEX triplet: E0, DB and 4B. RGB value is (224,219,75). Sum of RGB (Red+Green+Blue) = 224+219+75=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DB4B is #1F24B4. Grayscale: #CCCCCC. Windows color (decimal): -2041013 or 4971488. OLE color: 4971488.

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

Color convert

RGB 224 219 75 -
CMYK 0 0.02 0.67 0.12
HSL 57.99º 0.71% 0.59% -
HSV(B) 57.99º 0.67% 0.88% -
XYZ 57.34 67.02 16.57 -
YUV 204.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 224 219 75 0 0.02 0.67 0.12 57.99 0.71 0.59
Hex E0 DB 4B 0 2 43 C 3A 47 3B
Octal 340 333 113 0 2 103 14 72 107 73
Binary 11100000 11011011 1001011 0 10 1000011 1100 111010 1000111 111011

Color Harmonies of #E0DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB4B

Black with #E0DB4B

Text Example


Text Example

White with #E0DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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