Html Css Color HEX #E6E350 Manz

📋 copy color: '#E6E350'

red 230 ◦ green 227 ◦ blue 80

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

Shades of Manz #E6E350

Tints of Manz #E6E350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

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

R = 42.83%
G = 42.27%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E6E350 (or 0xE6E350) is known color: Manz. HEX triplet: E6, E3 and 50. RGB value is (230,227,80). Sum of RGB (Red+Green+Blue) = 230+227+80=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E350 is #191CAF. Grayscale: #D3D3D3. Windows color (decimal): -1645744 or 5301222. OLE color: 5301222.

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

Color convert

RGB 230 227 80 -
CMYK 0 0.01 0.65 0.10
HSL 58.8º 0.75% 0.61% -
HSV(B) 58.8º 0.65% 0.9% -
XYZ 61.55 72.34 18.31 -
YUV 211.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 230 227 80 0 0.01 0.65 0.10 58.8 0.75 0.61
Hex E6 E3 50 0 1 41 A 3B 4B 3D
Octal 346 343 120 0 1 101 12 73 113 75
Binary 11100110 11100011 1010000 0 1 1000001 1010 111011 1001011 111101

Color Harmonies of #E6E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E350

Black with #E6E350

Text Example


Text Example

White with #E6E350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E350; }

 p { color: rgb(230,227,80); }

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

background-color css

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

 a { background-color: rgb(230,227,80); }

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

border-color css

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

 span { border-color: rgb(230,227,80); }

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