Html Css Color HEX #E6E950 Manz

📋 copy color: '#E6E950'

red 230 ◦ green 233 ◦ blue 80

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

Shades of Manz #E6E950

Tints of Manz #E6E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.91%

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

R = 42.36%
G = 42.91%
B = 14.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E6E950 (or 0xE6E950) is known color: Manz. HEX triplet: E6, E9 and 50. RGB value is (230,233,80). Sum of RGB (Red+Green+Blue) = 230+233+80=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E950 is #1916AF. Grayscale: #D7D7D7. Windows color (decimal): -1644208 or 5302758. OLE color: 5302758.

HSL color Cylindrical-coordinate representation of color #E6E950: hue angle of 61.18º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6E950 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 233 80 -
CMYK 0.01 0 0.66 0.09
HSL 61.18º 0.78% 0.61% -
HSV(B) 61.18º 0.66% 0.91% -
XYZ 63.22 75.68 18.87 -
YUV 214.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 230 233 80 0.01 0 0.66 0.09 61.18 0.78 0.61
Hex E6 E9 50 1 0 42 9 3D 4E 3D
Octal 346 351 120 1 0 102 11 75 116 75
Binary 11100110 11101001 1010000 1 0 1000010 1001 111101 1001110 111101

Color Harmonies of #E6E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E950

Black with #E6E950

Text Example


Text Example

White with #E6E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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