Html Css Color HEX #E6DE5A Manz

📋 copy color: '#E6DE5A'

red 230 ◦ green 222 ◦ blue 90

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

Shades of Manz #E6DE5A

Tints of Manz #E6DE5A

RGB

 RED value IS 230 (90.23% from 255) = 42.44%

 GREEN value IS 222 (87.11% from 255) = 40.96%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 42.44%
G = 40.96%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6DE5A (or 0xE6DE5A) is known color: Manz. HEX triplet: E6, DE and 5A. RGB value is (230,222,90). Sum of RGB (Red+Green+Blue) = 230+222+90=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE5A is #1921A5. Grayscale: #D1D1D1. Windows color (decimal): -1647014 or 5955302. OLE color: 5955302.

HSL color Cylindrical-coordinate representation of color #E6DE5A: hue angle of 56.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6DE5A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 222 90 -
CMYK 0 0.03 0.61 0.10
HSL 56.57º 0.74% 0.63% -
HSV(B) 56.57º 0.61% 0.9% -
XYZ 60.6 69.8 19.95 -
YUV 209.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 230 222 90 0 0.03 0.61 0.10 56.57 0.74 0.63
Hex E6 DE 5A 0 3 3D A 39 4A 3F
Octal 346 336 132 0 3 75 12 71 112 77
Binary 11100110 11011110 1011010 0 11 111101 1010 111001 1001010 111111

Color Harmonies of #E6DE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DE5A

Black with #E6DE5A

Text Example


Text Example

White with #E6DE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DE5A; }

 p { color: rgb(230,222,90); }

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

background-color css

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

 a { background-color: rgb(230,222,90); }

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

border-color css

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

 span { border-color: rgb(230,222,90); }

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